Adobe LiveCycle Business Activity Monitoring ES API

com.celequest.api.type
Interface ISQLDecimal

All Superinterfaces:
Comparable, ISQLNumeric, ISQLValue, Serializable

public interface ISQLDecimal
extends ISQLNumeric

SQL "DECIMAL" value.

Since:
2.5.3

Method Summary
 int getPrecision()
          Returns the count of digits both to the left and right of the decimal point.
 int getScale()
          Returns the count of digits to the right of the decimal point.
 
Methods inherited from interface com.celequest.api.type.ISQLNumeric
abs, ceil, floor, getBigDecimal, getDouble, getInt, getLong, round, set, set, set, set, sign, trunc
 
Methods inherited from interface com.celequest.api.type.ISQLValue
getString, isNull, set, set, setNull
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getPrecision

public int getPrecision()
Returns the count of digits both to the left and right of the decimal point.

Returns:
the count of digits both to the left and right of the decimal point.

getScale

public int getScale()
Returns the count of digits to the right of the decimal point.

Returns:
the count of digits to the right of the decimal point.

Adobe LiveCycle Business Activity Monitoring ES API

Copyright © 2004-2007 Adobe Systems Incorporated. All rights reserved.
Copyright © 2002-2007 Celequest Corp. All Rights Reserved.

Take a survey