There is no such data type in the SQL Standard and such data type is quite exotic even for general purpose programming languages. I don't see any good reasons to have it in H2.
These numbers are usually stored in two columns or as a character string value. You can also use JAVA_OBJECT data type with custom org.h2.api.JavaObjectSerializer for more efficient storage. You may also need some own user-defined functions to deal with these values if you want to compare them or perform some computational operations directly in SQL. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/4a4c7895-8563-461e-9e3b-71af025972dbo%40googlegroups.com.
