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 ValueDecfloat
ValueDecfloat.NAN
The not a number value.static final ValueDecfloat
ValueDecfloat.NEGATIVE_INFINITY
The negative infinity value.static final ValueDecfloat
ValueDecfloat.ONE
The value 'one'.static final ValueDecfloat
ValueDecfloat.POSITIVE_INFINITY
The positive infinity value.static final ValueDecfloat
ValueDecfloat.ZERO
The value 'zero'.Methods in org.h2.value that return ValueDecfloatModifier and TypeMethodDescriptionprivate ValueDecfloat
Value.convertToDecfloat
(TypeInfo targetType, int conversionMode) static ValueDecfloat
ValueDecfloat.divide
(BigDecimal dividend, BigDecimal divisor, TypeInfo quotientType) Divides toBigDecimal
values and returns aDECFLOAT
result of the specified data type.static ValueDecfloat
ValueDecfloat.get
(BigDecimal dec) Get or create a DECFLOAT value for the given big decimal.