Uses of Class
org.h2.value.ValueDecfloat
Packages that use ValueDecfloat
-
Uses of ValueDecfloat in org.h2.value
Fields in org.h2.value declared as ValueDecfloatModifier and TypeFieldDescriptionstatic final ValueDecfloatValueDecfloat.NANThe not a number value.static final ValueDecfloatValueDecfloat.NEGATIVE_INFINITYThe negative infinity value.static final ValueDecfloatValueDecfloat.ONEThe value 'one'.static final ValueDecfloatValueDecfloat.POSITIVE_INFINITYThe positive infinity value.static final ValueDecfloatValueDecfloat.ZEROThe value 'zero'.Methods in org.h2.value that return ValueDecfloatModifier and TypeMethodDescriptionprivate ValueDecfloatValue.convertToDecfloat(TypeInfo targetType, int conversionMode) static ValueDecfloatValueDecfloat.divide(BigDecimal dividend, BigDecimal divisor, TypeInfo quotientType) Divides toBigDecimalvalues and returns aDECFLOATresult of the specified data type.static ValueDecfloatValueDecfloat.get(BigDecimal dec) Get or create a DECFLOAT value for the given big decimal.