|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| 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 Summary | |
|---|---|
| IntervalDataType | This class contains all the types for fields in INTERVAL data type. |
This is the package containing support for (most)pre-defined SQL data types.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||