jdbc new types

J

Juan

I'm looking for a database system other than Oracle that supports the jdbc
2.0 types Array, Struct and so on.
 
L

Lee Fesperman

Juan said:
I'm looking for a database system other than Oracle that supports the jdbc
2.0 types Array, Struct and so on.

Our product, FirstSQL/J (see my sig.), supports user-defined Java classes as datatypes.
You can define classes that implement java.sql.Array and java.sql.Struct (et al) and
import them into the database as datatypes. Our JDBC driver supports
getArray()/setArray() and getStruct()/setStruct() on those user-defined objects.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,792
Messages
2,569,639
Members
45,353
Latest member
RogerDoger

Latest Threads

Top