getTypeInfo()
- Last Updated: October 25, 2017
- 1 minute read
- DataDirect Connectors
- JDBC
- Oracle Sales Cloud 6.0
- Documentation
The DatabaseMetaData.getTypeInfo() method returns
information about data types. The following table provides getTypeInfo()
results for supported Oracle Sales Cloud data types.
|
TYPE_NAME = boolean
|
|
|
TYPE_NAME = decimal
|
|
|
TYPE_NAME = integer1
|
|
|
TYPE_NAME = long
|
|
|
TYPE_NAME = longstring
|
|
|
TYPE_NAME =string2
|
|
1 When precision is less than or equal to
9, INTEGER is
mapped as INTEGER. When precision is greater
than 9, INTEGER is mapped as BIGINT. When
no precision is specified, INTEGER is mapped
as DECIMAL with a precision of 19 and a scale of 4.2 When no precision
for
STRING fields is offered in the metadata,
STRING is mapped as VARCHAR with a length of 4000
characters. When precision for STRING columns
is available, the precision is maintained and STRING is mapped as VARCHAR.