FetchTWFSasTime
- Last Updated: May 15, 2020
- 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 Sybase BIGTIME and TIME data types as the JDBC TIME or TIMESTAMP data type.
Valid Values
true | false
Behavior
If set to true, the driver returns column values for the Sybase BIGTIME
and TIME data types 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 Sybase BIGTIME
and TIME data types as the JDBC TIMESTAMP data type. The Java Epoch (Jan 1,1970) is returned
in the date portion.
Default
true
Data Type
boolean