Uses of Class
java.lang.ArithmeticException
Packages that use ArithmeticException
-
Uses of ArithmeticException in com.ibm.dataaccess
Methods in com.ibm.dataaccess that throw ArithmeticExceptionModifier and TypeMethodDescriptionstatic void
PackedDecimal.addPackedDecimal
(byte[] result, int resultOffset, int resultPrecision, byte[] op1Decimal, int op1Offset, int op1Precision, byte[] op2Decimal, int op2Offset, int op2Precision, boolean checkOverflow) Add two Packed Decimals in byte arrays.static void
PackedDecimal.subtractPackedDecimal
(byte[] result, int resultOffset, int resultPrecision, byte[] op1Decimal, int op1Offset, int op1Precision, byte[] op2Decimal, int op2Offset, int op2Precision, boolean checkOverflow) Subtracts two Packed Decimals in byte arrays.