FetchTWFSasTime
- Last Updated: September 13, 2018
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
Purpose
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.
Default
false
Data Type
boolean