| |
|
| java.lang.Object org.h2.value.Value org.h2.value.ValueDecimal
ValueDecimal | public class ValueDecimal extends Value (Code) | | Implementation of the DECIMAL data type.
|
DEFAULT_DISPLAY_SIZE | final public static int DEFAULT_DISPLAY_SIZE(Code) | | |
DEFAULT_PRECISION | final public static int DEFAULT_PRECISION(Code) | | |
DEFAULT_SCALE | final public static int DEFAULT_SCALE(Code) | | |
checkPrecision | public boolean checkPrecision(long precision)(Code) | | |
getDisplaySize | public int getDisplaySize()(Code) | | |
getMemory | public int getMemory()(Code) | | |
getPrecision | public long getPrecision()(Code) | | |
getScale | public int getScale()(Code) | | |
getSignum | public int getSignum()(Code) | | |
getType | public int getType()(Code) | | |
hashCode | public int hashCode()(Code) | | |
|
|
|