Uses of Class
org.h2.value.ValueNumeric
Packages that use ValueNumeric
-
Uses of ValueNumeric in org.h2.value
Fields in org.h2.value declared as ValueNumericModifier and TypeFieldDescriptionstatic final ValueNumericValueNumeric.ONEThe value 'one'.static final ValueNumericValueNumeric.ZEROThe value 'zero'.Methods in org.h2.value that return ValueNumericModifier and TypeMethodDescriptionstatic ValueNumericValueNumeric.get(BigDecimal dec) Get or create a NUMERIC value for the given big decimal.static ValueNumericValueNumeric.get(BigInteger bigInteger) Get or create a NUMERIC value for the given big integer.static ValueNumericValueNumeric.getAnyScale(BigDecimal dec) Get or create a NUMERIC value for the given big decimal with possibly negative scale.