Re: java-modules

Fred Toussi via Hsqldb-user <[email protected]> Sun, 24 Mar 2024 20:49:03 +0000
Newsgroups gmane.comp.java.hsqldb.user
Message-ID <[email protected]>
You can use:

connection.createArrayOf(String typeName,  Object[] elements)

You can use JDBCArrayBasic in HSQLDB routines written in Java.

Fred

On Sun, Mar 24, 2024, at 10:42, pieter wrote:
> Hi,
>
> I am a long time user of hsqldb.
> Trying to port my application to use java's module system I am unable
> to get access to org.hsqldb.types.Type as org.hsqldb.types is not
> exported.
>
> org.hsqldb.types.Type is used in JDBCArrayBasic so I am not sure why it
> not exported.
>
> If its a bug please export it, if not, am I not suppose to be using
> JDBCArrayBasic?
>
> Thanks
> Pieter
>
>
> _______________________________________________
> Hsqldb-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/hsqldb-user