Hi, > I haven't been very successful in finding info about what can be done with > Arrays in H2 and how to use them, and would appreciate references to any > documentation/examples.
Well, what do you _want_ to do, that is, what problem do you have and want to solve? The documentation is at http://h2database.com/html/datatypes.html#array_type http://h2database.com/html/functions.html#array_get there are also test cases and sample applications that show how to use arrays, for example org.h2.samples.FunctionMultiReturn. Regards, Thomas -- 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.
