Hi Thomas, thanks for the reply. Sorry for the delay in responding, I was
out of town.
I was looking for documentation on how to store and extract elements of
particular types. The basic array documentation:
ARRAY Type
ARRAY
An array of values. Use a value list (1, 2) or PreparedStatement.setObject(..,
new Object[] {..})to store values.
Mapped to java.lang.Object[] (arrays of any non-primitive type are also
supported).
Example:
ARRAY
indicates it is possible to store elements of general types, but I hadn't
been able to find guidance on getting the element back out of the array.
I'll take a look at the code sample you mentioned above.
Cheers,
Ken
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/h2-database/-/MeE5KuYxwkUJ.
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.