|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataType.NonFixedPrecision | |
---|---|
org.axiondb | Core interfaces, identifiers, and exceptions. |
org.axiondb.types |
DataType implementations. |
Uses of DataType.NonFixedPrecision in org.axiondb |
---|
Subinterfaces of DataType.NonFixedPrecision in org.axiondb | |
---|---|
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. |
Uses of DataType.NonFixedPrecision in org.axiondb.types |
---|
Classes in org.axiondb.types that implement DataType.NonFixedPrecision | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |