Uses of Interface
org.axiondb.DataType.ExactNumeric

Packages that use DataType.ExactNumeric
org.axiondb Core interfaces, identifiers, and exceptions. 
org.axiondb.types DataType implementations. 
 

Uses of DataType.ExactNumeric in org.axiondb
 

Methods in org.axiondb that return DataType.ExactNumeric
 DataType.ExactNumeric DataType.ExactNumeric.makeNewInstance(int newPrecision, int newScale)
          Creates a new instance of the implementing ExactNumeric type with the given precision and scale.
 

Uses of DataType.ExactNumeric in org.axiondb.types
 

Classes in org.axiondb.types that implement DataType.ExactNumeric
 class BigDecimalType
          A DataTyperepresenting an number value.
 

Methods in org.axiondb.types that return DataType.ExactNumeric
 DataType.ExactNumeric BigDecimalType.makeNewInstance(int newPrecision, int newScale)