H2 supports preparedStatement.setObject(n,localDateTimeValue) and resultSet.getObject(n,LocalDateTime.class). I would like to know if there is any performance advantage to be gained by using this (i.e. H2 using java.time internally instead of Date/Calendar) or is it a simple wrapper around the same internal date handling functions?
-- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/e18f11a6-e699-4f4b-9ad1-df006d7c2519%40googlegroups.com.
