Can I insert records to H2 by using some low-level API existing in H2,
not JDBC API. It seems to me it will be faster for importing data.
For example something like this:
Object[] objs=new Object[]{1,”string 1”};
db.getTable(“table_name”).insertRecord(objs);
If yes, could you provide some info and examples how to do that.
--
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.