com.sybase.jdbc2.tds
Class SybBigDecimal

java.lang.Object
  |
  +--java.lang.Number
        |
        +--java.math.BigDecimal
              |
              +--com.sybase.jdbc2.tds.SybBigDecimal

public class SybBigDecimal
extends BigDecimal
implements Serializable


Field Summary
 protected int_precision
           
 protected int_scale
           

Fields inherited from class java.math.BigDecimal
ROUND_UP, ROUND_DOWN, ROUND_CEILING, ROUND_FLOOR, ROUND_HALF_UP, ROUND_HALF_DOWN, ROUND_HALF_EVEN, ROUND_UNNECESSARY

Constructor Summary
SybBigDecimal(java.math.BigDecimal , int , int )
           

Methods inherited from class java.math.BigDecimal
valueOf, valueOf, add, subtract, multiply, divide, divide, abs, negate, signum, scale, unscaledValue, setScale, setScale, movePointLeft, movePointRight, compareTo, compareTo, equals, min, max, hashCode, toString, toBigInteger, intValue, longValue, floatValue, doubleValue

Methods inherited from class java.lang.Number
byteValue, shortValue

Methods inherited from class java.lang.Object
getClass, clone, notify, notifyAll, wait, wait, wait, finalize

Field Detail

_precision

protected int _precision

_scale

protected int _scale
Constructor Detail

SybBigDecimal

public SybBigDecimal(java.math.BigDecimal , int , int )