org.firebirdsql.extern.decimal.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jaybird Show documentation
Show all versions of jaybird Show documentation
JDBC Driver for the Firebird RDBMS
The newest version!
/**
* Converts {@link java.math.BigDecimal} to and from IEEE-754r (IEEE-754-2008) decimal byte representations.
*
* This package is a copy from the decimal-java project.
*
*/
@InternalApi
package org.firebirdsql.extern.decimal;
import org.firebirdsql.util.InternalApi;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy