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 ValueDecfloatValueDecfloat. NANThe not a number value.static ValueDecfloatValueDecfloat. NEGATIVE_INFINITYThe negative infinity value.static ValueDecfloatValueDecfloat. ONEThe value 'one'.static ValueDecfloatValueDecfloat. POSITIVE_INFINITYThe positive infinity value.static ValueDecfloatValueDecfloat. ZEROThe value 'zero'.Methods in org.h2.value that return ValueDecfloat Modifier and Type Method Description private ValueDecfloatValue. convertToDecfloat(TypeInfo targetType, int conversionMode)static ValueDecfloatValueDecfloat. divide(java.math.BigDecimal dividend, java.math.BigDecimal divisor, TypeInfo quotientType)Divides toBigDecimalvalues and returns aDECFLOATresult of the specified data type.static ValueDecfloatValueDecfloat. get(java.math.BigDecimal dec)Get or create a DECFLOAT value for the given big decimal.
-