Uses of Class
org.axiondb.types.BaseNumberDataType

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

Uses of BaseNumberDataType in org.axiondb.types
 

Subclasses of BaseNumberDataType in org.axiondb.types
 class BigDecimalType
          A DataType representing an number value.
 class ByteType
          A DataType representing a byte value.
 class FloatType
          A DataType representing an float value.
 class IntegerType
          A DataType representing an integer value.
 class LongType
          A DataType representing a long value.
 class ShortType
          A DataType representing a short value.
 class UnsignedByteType
          A DataType representing an unsigned byte value.
 class UnsignedIntegerType
          A DataType representing a unsigned integer value as a long.
 class UnsignedShortType
          A DataType representing an unsigned short value as an int.