Data types
- Last Updated: January 10, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- Autonomous REST Connector 6.0
- Documentation
The following table lists data types supported by the driver and how they are mapped to JDBC data types.
See "getTypeInfo()" for getTypeInfo() results of data types supported by the driver.
| Autonomous REST Connector Data Type | JDBC Data Type |
|---|---|
| BigInt | BIGINT |
| Binary | BINARY |
| Bit | BIT |
| Boolean | BOOLEAN |
| Char | CHAR |
| Date | DATE |
| Decimal | DECIMAL |
| Double | DOUBLE |
| Float | FLOAT |
| GUID | CHAR |
| Integer | INTEGER |
| JSON | VARCHAR |
| LongVarBinary | LONGVARBINARY |
| LongVarChar | LONGVARCHAR |
| NVarChar | NVARCHAR |
| SmallInt | SMALLINT |
| Time | TIME |
| Timestamp | TIMESTAMP |
| TinyInt | TINYINT |
| VarBinary | VARBINARY |
| VarChar | VARCHAR |