Hi,

How do i create a new datatype in H2DB. The feature says that user-
defined datatype is allowed.
Ex. I want to create a new datatype "Point" which takes two floating
point arguments say (float x, float y).

So when i issue a command
create table coordinate(cord point(float x, float y));
I get a point attribute with x and y coordinates.


Thanks,
Akash

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to