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 DataTyperepresenting an number value.
 class BigIntType
          A DataTyperepresenting a long value.
 class ByteType
          A DataTyperepresenting a byte value.
 class DoubleType
          A DataTyperepresenting a double value.
 class FloatType
          A DataType representing a single-precision floating-point value.
 class IntegerType
          A DataTyperepresenting an integer value.
 class ShortType
          A DataTyperepresenting a short value.
 class UnsignedByteType
          A DataTyperepresenting an unsigned byte value.
 class UnsignedIntegerType
          A DataTyperepresenting a unsigned integer value as a long.
 class UnsignedShortType
          A DataTyperepresenting an unsigned short value as an int.