Determines whether the driver returns column values for the native TIME data type as the JDBC TIME or TIMESTAMP data type.
Valid Values
true | false
Behavior
If set to true, the driver returns column values for the native TIME data type as the JDBC TIME data type. The fractional seconds portion of the value is truncated when the value is returned in the java.sql.Time object.
If set to false, the driver returns column values for the native TIME data type as the JDBC TIMESTAMP data type. The Java Epoch (Jan 1,1970) is returned in the date portion.