skip to main content
Welcome to the Progress DataDirect Autonomous REST Connector for JDBC : Data types
  

Try DataDirect Drivers Now

Data types

The following table lists the REST API 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.
Table 5. REST API Data Types
REST API Data Type
JDBC Data Type
BigInt
BIGINT
Binary
BINARY
Bit
BIT
Boolean
BOOLEAN
Char
CHAR
Date
DATE
Decimal
DECIMAL
Double
DOUBLE
Float
DATETIME
GUID
GUID
Integer
INTEGER
JSON
JSON
LongVarBinary
LONGVARBINARY
LongVarChar
LONGVARCHAR
NVarChar
NVARCHAR
SmallInt
SMALLINT
Time
TIME
Timestamp
TIMESTAMP
TinyInt
TINYINT
VarBinary
VARBINARY
VarChar
VARCHAR
* getTypeInfo()