Package | Description |
---|---|
org.axiondb.types |
DataType implementations. |
Modifier and Type | Class and Description |
---|---|
class |
BigDecimalType
A
DataType representing an number value. |
class |
BigIntType
A
DataType representing a long value. |
class |
ByteType
A
DataType representing a byte value. |
class |
DoubleType
A
DataType representing a double value. |
class |
FloatType
A
DataType representing a single-precision floating-point value. |
class |
IntegerType
A
DataType representing an integer 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. |