Documentation of 'org.apache.derby.client.am.Decimal' Java class
Decimal
org.apache.derby.client.am

Class Decimal



  • public class Decimal
    extends java.lang.Object
    Converters from fixed point decimal bytes to java.math.BigDecimal, double, or long.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int PACKED_DECIMAL
      Packed Decimal representation
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static int bigDecimalToPackedDecimalBytes(byte[] buffer, int offset, java.math.BigDecimal b, int declaredPrecision, int declaredScale)
      Write a Java java.math.BigDecimal to packed decimal bytes.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PACKED_DECIMAL

        public static final int PACKED_DECIMAL
        Packed Decimal representation
        See Also:
        Constant Field Values
    • Method Detail

      • bigDecimalToPackedDecimalBytes

        public static final int bigDecimalToPackedDecimalBytes(byte[] buffer,
                                                               int offset,
                                                               java.math.BigDecimal b,
                                                               int declaredPrecision,
                                                               int declaredScale)
                                                        throws SqlException
        Write a Java java.math.BigDecimal to packed decimal bytes.
        Throws:
        SqlException

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.