|
For the time being I am going to map the Java 8 Date/Time types to Timestamp, Time and Date based calls on the JDBC ResultSet and Statement interfaces.
We could opt for getObject instead of getTimestamp, etc. But I am leery of that for 2 reasons. First, I am not sure how many drivers of interest properly handle calls to getObject for java.time types. And secondly, I am unsure of the state of the proposed set equivalent.
|