|
Class Summary |
| BigIntegerDecimal |
DECIMAL support using the immutable java.math.BigInteger to perform arithmetic
and conversions. |
| BinaryDecimal |
SQL DECIMAL using raw data. |
| CDCDataValueFactory |
DataValueFactory implementation for J2ME/CDC/Foundation. |
| DataType |
DataType is the superclass for all data types. |
| DataTypeDescriptor |
This is an implementation of DataTypeDescriptor from the generic language
datatype module interface. |
| DataTypeUtilities |
A set of static utility methods for data types. |
| DataValueFactoryImpl |
Core implementation of DataValueFactory. |
| DateTimeParser |
This class provides a simple regular expression parser for standard format dates, times, and timestamps |
| DTSClassInfo |
|
| J2SEDataValueFactory |
DataValueFactory implementation for J2SE. |
| JSQLType |
Type descriptor which wraps all 3 kinds of types supported in Cloudscape's
JSQL language: SQL types, Java primitives, Java classes. |
| Like |
Like matching algorithm. |
| NumberDataType |
NumberDataType is the superclass for all exact and approximate
numeric data types. |
| SQLBinary |
SQLBinary satisfies the DataValueDescriptor
interfaces (i.e., DataType). |
| SQLBit |
SQLBit satisfies the DataValueDescriptor
interfaces (i.e., DataType). |
| SQLBlob |
SQLBlob satisfies the DataValueDescriptor,
interfaces (i.e., OrderableDataType). |
| SQLBoolean |
SQLBoolean satisfies the DataValueDescriptor
interfaces (i.e., DataType). |
| SQLChar |
SQLChar satisfies the DataValueDescriptor
interfaces (i.e., OrderableDataType). |
| SQLClob |
SQLClob uses SQLVarchar by inheritance. |
| SQLDate |
This contains an instance of a SQL Date. |
| SQLDecimal |
SQLDecimal satisfies the DataValueDescriptor
interfaces (i.e., OrderableDataType). |
| SQLDouble |
SQLDouble satisfies the DataValueDescriptor
interfaces (i.e., OrderableDataType). |
| SQLInteger |
SQLInteger satisfies the DataValueDescriptor
interfaces (i.e., OrderableDataType). |
| SQLLongint |
SQLLongint satisfies the DataValueDescriptor
interfaces (i.e., OrderableDataType). |
| SQLLongVarbit |
SQLLongVarbit satisfies the DataValueDescriptor
interfaces (i.e., OrderableDataType). |
| SQLLongvarchar |
SQLLongvarchar satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType). |
| SQLNationalChar |
SQLNationalChar satisfies the DataValueDescriptor
interfaces (i.e., OrderableDataType). |
| SQLNationalLongvarchar |
SQLNationalLongvarchar satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType). |
| SQLNationalVarchar |
SQLNationalVarchar satisfies the DataValueDescriptor
interfaces (i.e., OrderableDataType). |
| SQLNClob |
SQLNClob satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType). |
| SQLReal |
SQLReal satisfies the DataValueDescriptor
interfaces (i.e., OrderableDataType). |
| SQLRef |
|
| SQLSmallint |
SQLSmallint satisfies the DataValueDescriptor
interfaces (i.e., OrderableDataType). |
| SQLTime |
This contains an instance of a SQL Time
Our current implementation doesn't implement time precision so the fractional
seconds portion of the time is always 0. |
| SQLTimestamp |
This contains an instance of a SQL Timestamp object. |
| SQLTinyint |
SQLTinyint satisfies the DataValueDescriptor
interfaces (i.e., OrderableDataType). |
| SQLVarbit |
SQLVarbit satisfies the DataValueDescriptor
interfaces (i.e., OrderableDataType). |
| SQLVarchar |
SQLVarchar satisfies the DataValueDescriptor
interfaces (i.e., OrderableDataType). |
| TypeId |
The TypeId interface provides methods to get information about datatype ids. |
| UserType |
This contains an instance of a user-defined type, that is, a java object. |
| XML |
This type implements the XMLDataValue interface and thus is
the type on which all XML related operations are executed. |