skip to main content
DataDirect Connect Drivers : Progress OpenEdge Driver : Data Types
  
Data Types
The following table lists the data types supported by the Progress OpenEdge driver and how they are mapped to the JDBC data types.
Table 60. Progress OpenEdge Data Types
Progress OpenEdge Data Type
JDBC Data Type
bigint
BIGINT
binary
BINARY
bit
BIT
blob
LONGVARBINARY
character
CHAR
clob
LONGVARCHAR
date
DATE
double precision
DOUBLE
float
DOUBLE
integer
INTEGER
lvarbinary
LONGVARBINARY
lvarchar
LONGVARCHAR
numeric
NUMERIC
real
REAL
smallint
SMALLINT
time
TIME
timestamp
TIMESTAMP
timestamp with time zone
CHAR
tinyint
TINYINT
varbinary
VARBINARY
varchar
VARCHAR
Refer to "getTypeInfo()" in the DataDirect Connect Series for JDBC Reference for information about data types.