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 ValueNumeric
DateTimeFunction. 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 ValueNumeric
ValueNumeric. ONE
The value 'one'.static ValueNumeric
ValueNumeric. ZERO
The value 'zero'.Methods in org.h2.value that return ValueNumeric Modifier and Type Method Description private ValueNumeric
Value. convertToNumeric(TypeInfo targetType, CastDataProvider provider, int conversionMode, java.lang.Object column)
static ValueNumeric
ValueNumeric. get(java.math.BigDecimal dec)
Get or create a NUMERIC value for the given big decimal.static ValueNumeric
ValueNumeric. get(java.math.BigInteger bigInteger)
Get or create a NUMERIC value for the given big integer.static ValueNumeric
ValueNumeric. getAnyScale(java.math.BigDecimal dec)
Get or create a NUMERIC value for the given big decimal with possibly negative scale.
-