Uses of Interface
org.axiondb.DataType.NonFixedPrecision

Packages that use DataType.NonFixedPrecision
org.axiondb Core interfaces, identifiers, and exceptions. 
org.axiondb.types DataType implementations. 
 

Uses of DataType.NonFixedPrecision in org.axiondb
 

Subinterfaces of DataType.NonFixedPrecision in org.axiondb
static interface DataType.ExactNumeric
          Extension of NonFixedPrecision to indicate that the scale of the implementing class is not fixed by the implementation, but rather can be declared by the user.
 

Uses of DataType.NonFixedPrecision in org.axiondb.types
 

Classes in org.axiondb.types that implement DataType.NonFixedPrecision
 class BigDecimalType
          A DataTyperepresenting an number value.
 class CharacterType
          A DataTyperepresenting a single char value.
 class CharacterVaryingType
          A DataTyperepresenting a Stringvalue with a user-specified maximum length.
 class VarBinaryType
          A DataTyperepresenting a BinaryArrayvalue.