Uses of Class
org.h2.value.ValueNumeric
Packages that use ValueNumeric
Package
Description
Functions.
Data type and value implementations.
-
Uses of ValueNumeric in org.h2.expression.function
Methods in org.h2.expression.function that return ValueNumericModifier and TypeMethodDescriptionprivate static ValueNumericDateTimeFunction.extractEpoch(SessionLocal session, Value value) -
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 TypeMethodDescriptionprivate ValueNumericValue.convertToNumeric(TypeInfo targetType, CastDataProvider provider, int conversionMode, Object column) static 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.