| 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
DataTyperepresenting an number value. |
class |
CharacterType
A
DataTyperepresenting a single char value. |
class |
CharacterVaryingType
A
DataTyperepresenting a Stringvalue with a user-specified maximum
length. |
class |
VarBinaryType
A
DataTyperepresenting a BinaryArrayvalue. |