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 ValueNumeric
DateTimeFunction.extractEpoch
(SessionLocal session, Value value) -
Uses of ValueNumeric in org.h2.value
Fields in org.h2.value declared as ValueNumericModifier and TypeFieldDescriptionstatic final ValueNumeric
ValueNumeric.ONE
The value 'one'.static final ValueNumeric
ValueNumeric.ZERO
The value 'zero'.Methods in org.h2.value that return ValueNumericModifier and TypeMethodDescriptionprivate ValueNumeric
Value.convertToNumeric
(TypeInfo targetType, CastDataProvider provider, int conversionMode, Object column) static ValueNumeric
ValueNumeric.get
(BigDecimal dec) Get or create a NUMERIC value for the given big decimal.static ValueNumeric
ValueNumeric.get
(BigInteger bigInteger) Get or create a NUMERIC value for the given big integer.static ValueNumeric
ValueNumeric.getAnyScale
(BigDecimal dec) Get or create a NUMERIC value for the given big decimal with possibly negative scale.