Package | Description |
---|---|
org.axiondb |
Core interfaces, identifiers, and exceptions.
|
org.axiondb.types |
DataType implementations. |
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
BigDecimalType
A
DataType representing an number value. |
class |
CharacterType
A
DataType representing a single char value. |
class |
CharacterVaryingType
A
DataType representing a String value with a user-specified maximum
length. |
class |
VarBinaryType
A
DataType representing a BinaryArray value. |