See: Description
| Interface | Description |
|---|---|
| BigInt |
This class represents the
BIGINT type (typically 64-bit integer). |
| Decimal |
This class represents the
DECIMAL data type, sometimes abbreviated as DEC. |
| DoublePrecision |
This class represents
DOUBLE PRECISION data type. |
| Numeric |
This class represents the
NUMERIC type. |
| ParametrizableDataType |
This is marker interface for SQL data types which may be parametrized (like,
DECIMAL or VARCHAR). |
| Real |
This class represents the
REAL data type. |
| SmallInt |
This class represents the
SMALLINT type (typically 16-bit integer). |
| SQLBoolean |
This class represents the
BOOLEAN type. |
| SQLChar |
This class represents
CHARACTER and CHARACTER VARYING data types, typically abbreviated as
CHAR and VARCHAR, respectively. |
| SQLDataType |
This is common interface for all SQL data types.
|
| SQLDate |
This class represents the
DATE data type. |
| SQLFloat |
This class represents the
FLOAT type. |
| SQLInteger |
This class represents the
INTEGER type, sometimes abbreviated as INT (typically 32-bit integer). |
| SQLInterval |
This class represents the
INTEGER type, sometimes abbreviated as INT (typically 32-bit integer). |
| SQLTime |
This class represents
TIME data type. |
| SQLTimeStamp | |
| UserDefinedType |
This is a general way of handling any user-created or otherwise custom type.
|
| Class | Description |
|---|---|
| IntervalDataType |
This class contains all the types for fields in
INTERVAL data type. |
Copyright © 2010-2012. All Rights Reserved.