Interface | Description |
---|---|
LobLocator |
A factory for
LobSource s. |
LobLocatorFactory |
Reads, writes and creates
LobLocator s. |
LobSource |
Defines the basic Large Object (LOB) methods.
|
Class | Description |
---|---|
AnyType |
Generic implemention of
DataType , for use by BindVariable . |
BaseDataType |
Abstract base implemention of
DataType . |
BaseNumberDataType |
An abstract base
DataType for Number types. |
BigDecimalType |
A
DataType representing an number value. |
BigIntType |
A
DataType representing a long value. |
BlobSource |
A
Blob wrapping a LobSource . |
BLOBType |
A
DataType representing a Binary Large Object (BLOB) |
BooleanType |
A
DataType representing a Boolean value. |
ByteArrayBlob |
A
Blob based upon a simple byte array. |
ByteType |
A
DataType representing a byte value. |
CharacterType |
A
DataType representing a single char value. |
CharacterVaryingType |
A
DataType representing a String value with a user-specified maximum
length. |
ClobSource |
An
Clob wrapping a LobSource . |
CLOBType |
A
DataType representing a Char Large Object (CLOB). |
CompressedLobSource |
A
LobSource that compresses/decompresses
the input/output streams using GZIP compression. |
CompressedLOBType |
A
DataType representing a compressed LOB value. |
DateType |
Implements a date type which can generate instances of java.sql.Date and other JDBC
date-related types.
|
DoubleType |
A
DataType representing a double value. |
FileLobLocator |
A file-based
LobLocator . |
FileLobLocatorFactory |
A
LobLocatorFactory for FileLobLocator s. |
FileLobSource |
A
LobSource that's backed by a simple File . |
FileOffsetLobLocator |
A
LobLocator based upon an byte-offset into a file. |
FileOffsetLobLocatorFactory | |
FileOffsetLobSource |
A
LobSource that's backed by a single file, storing
each LOB as an offset and length. |
FloatType |
A
DataType representing a single-precision floating-point value. |
IntegerType |
A
DataType representing an integer value. |
LOBType | |
ObjectType |
A
DataType representing a Serializable object value. |
ShortType |
A
DataType representing a short value. |
StringClob |
A
Clob based upon a simple String . |
StringType |
A
DataType representing a String value. |
TimestampType |
A
DataType representing a timestamp value. |
TimeType |
Implements a date type which can generate instances of java.sql.Date and other JDBC
date-related types.
|
UnsignedByteType |
A
DataType representing an unsigned byte value. |
UnsignedIntegerType |
A
DataType representing a unsigned integer value as a long. |
UnsignedShortType |
A
DataType representing an unsigned short value as an int. |
VarBinaryType |
A
DataType representing a BinaryArray value. |
DataType
implementations.