org.axiondb

Interface DataType.BinaryRepresentation

public static interface DataType.BinaryRepresentation extends DataType

Extension of DataType to indicate that the implementing class stores binary values, and as such returns precision as the number of bits used to represent a given value.

Version: $Revision: 1.14 $

Author: Jonathan Giron

Method Summary
intgetApproximateDecimalPrecision()
Returns the approximate number of decimal digits that would be used to represent

Method Detail

getApproximateDecimalPrecision

public int getApproximateDecimalPrecision()
Returns the approximate number of decimal digits that would be used to represent

Returns: