Module org.firebirdsql.jaybird
Package org.firebirdsql.extern.decimal
@InternalApi
package org.firebirdsql.extern.decimal
Converts
BigDecimal
to and from IEEE-754r (IEEE-754-2008) decimal byte representations.
This package is a copy from the decimal-java project.
-
ClassDescriptionAbstract base class for IEEE-754 decimals.An IEEE-754 Decimal128.An IEEE-754 Decimal32.An IEEE-754 Decimal64.Thrown to indicate a decimal value could not be converted to a target type (usually
BigDecimal
).Exception thrown to indicate a coefficient or exponent overflow or underflow.Type of decimal.Provides conversion between Densely Packed Decimal encoding andBigInteger
.How to handle overflows when rounding (converting) to a target decimal type.Signum constants used in decimal-java