Package | Description |
---|---|
org.axiondb |
Core interfaces, identifiers, and exceptions.
|
org.axiondb.types |
DataType implementations. |
Modifier and Type | Method and Description |
---|---|
DataType.ExactNumeric |
DataType.ExactNumeric.makeNewInstance(int newPrecision,
int newScale)
Creates a new instance of the implementing ExactNumeric type with the given
precision and scale.
|
Modifier and Type | Class and Description |
---|---|
class |
BigDecimalType
A
DataType representing an number value. |
Modifier and Type | Method and Description |
---|---|
DataType.ExactNumeric |
BigDecimalType.makeNewInstance(int newPrecision,
int newScale) |