JDBC ResultSet offers getObject, getInt, getString etc. methods, and PreparedStatement has analogous setters. Since (according to http://www.h2database.com/html/datatypes.html) H2 is mapping primitives to their boxed counterparts anyway, do the type specific getters/setters have any (dis)advantages - apart from compile-time type safety - or is it OK to use getObject/setObject everywhere?
Best Regards, Joonas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to h2-datab...@googlegroups.com. To unsubscribe from this group, send email to h2-database+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.