Hi Christian,
> What's the point in creating a Java RDBMS that does not support Java
> datatypes or Java stored procedures?
H2 supports Java functions (same as HSQLDB), which is basically Java stored
procedures. Storing Java objects is supported (datatype OTHER), but
personally I'm not a fan of
Thomas Mueller wrote:
Hi,
I just wanted to let you know, I wrote a new free/open source Java database
engine 'H2' (for Hypersonic 2), it's now available at
http://www.h2database.com. The database has similar features as HSQLDB, plus
some more (clustering, a better optimizer, faster startup, BLOB
Hi,
I just wanted to let you know, I wrote a new free/open source Java database
engine 'H2' (for Hypersonic 2), it's now available at
http://www.h2database.com. The database has similar features as HSQLDB, plus
some more (clustering, a better optimizer, faster startup, BLOB/CLOB, large
resultset,