ResultSet#getDate clarification

Philippe Marschall pm at netcetera.ch
Mon Sep 30 05:20:18 PDT 2013


Hi

Would it be possible to clarify the JavaDoc of ResultSet#getDate to 
specify whether the java.sql.Date instance returned will be 'normalized' 
by setting the hours, minutes, seconds and milliseconds to zero as per 
java.sql.Date class documentation.

I'm currently having an argument with my JDBC vendor. My reading of the 
specification is that the java.sql.Date instances should be normalized, 
the vendor disagrees.

Cheers
Philippe


More information about the jdbc-spec-discuss mailing list