getTypeInfo
- Last Updated: March 15, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
The following table provides getTypeInfo results for all sources supported by the driver.
|
TYPE_NAME = array1
|
|
|
TYPE_NAME = bigint
|
|
|
TYPE_NAME = boolean
|
|
|
TYPE_NAME = char
|
|
|
TYPE_NAME = decimal
|
|
|
TYPE_NAME = double
|
|
|
TYPE_NAME = float
|
|
|
TYPE_NAME = int
|
|
|
TYPE_NAME = smallint
|
|
|
TYPE_NAME = string2
|
|
|
TYPE_NAME = timestamp
|
|
|
TYPE_NAME = tinyint
|
|
|
TYPE_NAME = varchar
|
|
1 Supports only
DQL with Array data type
2 Maximum of 2 GB
3 If the
StringDescribeType connection property is set to
varchar (the default), the String data type maps to VARCHAR. If
StringDescribeType is set to longvarchar,
String maps to LONGVARCHAR.