FetchTSWTZasTimestamp
- Last Updated: May 15, 2020
- 1 minute read
Purpose
Determines whether column values with the TIMESTAMP WITH TIME ZONE data type are returned as a JDBC CHAR or TIMESTAMP data type.
This property only applies to connections to Oracle9i and higher.
Valid Values
true | false
Behavior
If set to true, column values with the TIMESTAMP WITH TIME ZONE data type
are returned as a JDBC TIMESTAMP data type.
If set to false, column values with the TIMESTAMP WITH TIME ZONE data type
are returned as a JDBC VARCHAR data type.
Default
false
Data Type
boolean