Package org.axiondb.types

DataType implementations.

See:
          Description

Interface Summary
LobLocator A factory for LobSources.
LobLocatorFactory Reads, writes and creates LobLocators.
LobSource Defines the basic Large Object (LOB) methods.
 

Class Summary
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.
BlobSource A Blob wrapping a LobSource.
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.
ClobSource An Clob wrapping a LobSource.
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.
FileLobLocator A file-based LobLocator.
FileLobLocatorFactory A LobLocatorFactory for FileLobLocators.
FileLobSource A LobSource that's backed by a simple File.
FileOffsetLobLocator A LobLocator based upon an byte-offset into a file.
FileOffsetLobLocatorFactory A LobLocatorFactory for FileOffsetLobLocators.
FileOffsetLobSource A LobSource that's backed by a single file, storing each LOB as an offset and length.
FloatType A DataType representing an float value.
IntegerType A DataType representing an integer value.
LOBType A DataType representing a Large Object (LOB), for example a Clob or Blob.
LongType A DataType representing a long value.
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.
 

Package org.axiondb.types Description

DataType implementations.