org.axiondb

Interface DataType.NonFixedPrecision

public static interface DataType.NonFixedPrecision extends DataType

Extension of DataType to indicate that the precision of the implementing class is not fixed by the implementation, but rather can be declared by the user.

Author: Jonathan Giron

Method Summary
voidsetPrecision(int newSize)
Overrides the default precision with the given value.

Method Detail

setPrecision

public void setPrecision(int newSize)
Overrides the default precision with the given value.

Parameters: newSize new precision value. The appropriate value depends on the precision radix, which is fixed for each implementing type.