Data types
- Last Updated: May 13, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- HubSpot 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.
| HubSpot 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 |