| Package | Description |
|---|---|
| org.axiondb.types |
DataType implementations. |
| Modifier and Type | Class and Description |
|---|---|
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. |