skip to main content
Connection property descriptions : FetchTWFSasTime
  

Try DataDirect Drivers Now

FetchTWFSasTime

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.

Data source method

setFetchTWFSasTime

Default

false

Data Type

boolean

See also

Data type handling properties