|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Decimal
This class represents the DECIMAL data type, sometimes abbreviated as DEC. The site
http://intelligent-enterprise.informationweek.com/000626/celko.jhtml explains difference between NUMERIC and
DECIMAL:
The difference between DECIMAL(s,p) and NUMERIC(s,p) is subtle in the SQL-92 Standard -- DECIMAL(s,p) must be exactly as precise as declared, while NUMERIC(s,p) must be at least as precise as declared.
| Method Summary | |
|---|---|
java.lang.Integer |
getPrecision()
Returns the precision (first integer) for this DECIMAL. |
java.lang.Integer |
getScale()
Returns the scale (second integer) for this DECIMAL. |
| Methods inherited from interface org.atp.api.Typeable |
|---|
getImplementedType |
| Method Detail |
|---|
java.lang.Integer getPrecision()
DECIMAL.
DECIMAL.java.lang.Integer getScale()
DECIMAL.
DECIMAL.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||