bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

Building Queries and Data Views

 Previous Next Contents Index View as PDF  

JDBC Names

The following table maps the JDBC name to Liquid Data data types.

JDBC Name

Liquid Data Data Type

ARRAY

not supported

BIGINT

long

BINARY

string

BIT

boolean

BLOB

not supported

CHAR

string

CLOB

not supported

DATE

date

DEC

decimal

DECIMAL

decimal

DOUBLE

double

FLOAT

double

INTEGER

integer

JAVA_OBJECT

not supported

LONGVARBINARY

string

LONGVARCHAR

string

NUM

decimal

NUMERIC

decimal

REAL

float

REF

string

SMALLINT

short

STRUCT

not supported

TIME

time

TIMESTAMP

dateTime

TINYINT

byte

VARBINARY

string

VARCHAR

string


 

 

Back to Top Previous Next