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 DataTypefor Numbertypes.
BlobSource
          A Blob wrapping a LobSource.
ByteArrayBlob
          A Blob based upon a simple byte array.
CharacterType
          A DataTyperepresenting a single char value.
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 DataTyperepresenting a Large Object (LOB), for example a Clobor Blob.
StringClob
          A Clob based upon a simple String.
StringType
          A DataType representing a String value.
TimestampType
          A DataTyperepresenting a timestamp value.