Uses of Package
org.axiondb.types

Packages that use org.axiondb.types
org.axiondb.types DataType implementations. 
 

Classes in org.axiondb.types used by org.axiondb.types
AnyType
          Generic implemention of DataType, for use by BindVariable.
BaseDataType
          Abstract base implemention of DataType.
BaseNumberDataType
          An abstract base DataType for Number types.
BlobSource
          A Blob wrapping a LobSource.
ByteArrayBlob
          A Blob based upon a simple byte array.
ClobSource
          An Clob wrapping a LobSource.
LobLocator
          A factory for LobSources.
LobLocatorFactory
          Reads, writes and creates LobLocators.
LobSource
          Defines the basic Large Object (LOB) methods.
LOBType
          A DataType representing a Large Object (LOB), for example a Clob or Blob.
StringClob
          A Clob based upon a simple String.
StringType
          A DataType representing a String value.
TimestampType
          A DataType representing a timestamp value.