Data Type Handling Properties
- Last Updated: May 13, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Cloudera Impala 5.1
- Documentation
The following table summarizes connection properties which can be used to handle data types.
| Property | Characteristic |
|---|---|
| ConvertNull | Controls how data conversions are handled for
null values. If set to If set to The default is
|
| JavaDoubleToString | Determines which algorithm the driver uses
when converting a double or float value to a string value. By
default, the driver uses its own internal conversion algorithm,
which improves performance. If set to If set to The default is |
| StringDescribeType | Specifies whether String columns are described
as VARCHAR columns. This property affects ResultSetMetaData calls;
it does not affect getTypeInfo() calls. If set to
If set to The default is
|