Data types
- Last Updated: August 4, 2023
- 1 minute read
- DataDirect Connectors
- JDBC
- 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.
| Google Analytics 4 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 |