Uses of Class
org.h2.value.ValueDecfloat
-
Packages that use ValueDecfloat Package Description org.h2.value Data type and value implementations. -
-
Uses of ValueDecfloat in org.h2.value
Fields in org.h2.value declared as ValueDecfloat Modifier and Type Field Description static ValueDecfloat
ValueDecfloat. NAN
The not a number value.static ValueDecfloat
ValueDecfloat. NEGATIVE_INFINITY
The negative infinity value.static ValueDecfloat
ValueDecfloat. ONE
The value 'one'.static ValueDecfloat
ValueDecfloat. POSITIVE_INFINITY
The positive infinity value.static ValueDecfloat
ValueDecfloat. ZERO
The value 'zero'.Methods in org.h2.value that return ValueDecfloat Modifier and Type Method Description private ValueDecfloat
Value. convertToDecfloat(TypeInfo targetType, int conversionMode)
static ValueDecfloat
ValueDecfloat. divide(java.math.BigDecimal dividend, java.math.BigDecimal divisor, TypeInfo quotientType)
Divides toBigDecimal
values and returns aDECFLOAT
result of the specified data type.static ValueDecfloat
ValueDecfloat. get(java.math.BigDecimal dec)
Get or create a DECFLOAT value for the given big decimal.
-