skip to main content
Using the JDBC Client : JDBC Connection Properties : JavaDoubleToString
 

JavaDoubleToString

Description

Determines whether the driver uses its internal conversion algorithm or the JVM conversion algorithm when converting double or float values to string values.

Valid Values

true | false
If set to true, the JDBC Client uses the JVM algorithm when converting double or float values to string values.
If set to false, the JDBC Client uses its internal algorithm when converting double or float values to string values. Using this value improves performance; however, slight rounding differences can occur when compared to the same conversion using the JVM algorithm. These differences are within the allowable error of the double and float data types.

Default

false

Data type

boolean