Data types
- Last Updated: May 13, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Atlassian Jira 6.0
- Documentation
The following table lists native 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.
| Jira Data Type | JDBC Data Type |
|---|---|
| BigInt | BIGINT |
| Boolean | BOOLEAN |
| Date | DATE |
| Integer | INTEGER |
| JSON | JSON |
| LongVarChar | LONGVARCHAR |
| Timestamp | TIMESTAMP |
| VarChar | VARCHAR |