Uses of Class
org.h2.value.ValueNumeric
-
Packages that use ValueNumeric Package Description org.h2.expression.function Functions.org.h2.value Data type and value implementations. -
-
Uses of ValueNumeric in org.h2.expression.function
Methods in org.h2.expression.function that return ValueNumeric Modifier and Type Method Description private static ValueNumericDateTimeFunction. extractEpoch(SessionLocal session, Value value) -
Uses of ValueNumeric in org.h2.value
Fields in org.h2.value declared as ValueNumeric Modifier and Type Field Description static ValueNumericValueNumeric. ONEThe value 'one'.static ValueNumericValueNumeric. ZEROThe value 'zero'.Methods in org.h2.value that return ValueNumeric Modifier and Type Method Description private ValueNumericValue. convertToNumeric(TypeInfo targetType, CastDataProvider provider, int conversionMode, java.lang.Object column)static ValueNumericValueNumeric. get(java.math.BigDecimal dec)Get or create a NUMERIC value for the given big decimal.static ValueNumericValueNumeric. get(java.math.BigInteger bigInteger)Get or create a NUMERIC value for the given big integer.static ValueNumericValueNumeric. getAnyScale(java.math.BigDecimal dec)Get or create a NUMERIC value for the given big decimal with possibly negative scale.
-