The getNumericScale and setNumericScale methods of the Field class retrieve or set, respectively, a Byte value that indicates the number of decimal places to which numeric values will be resolved for a Field or Parameter object.
For Parameter objects, the value is read/write. For Field objects, the value is read-only.
public int getNumericScale();
public void setNumericScale(byte pbNumericScale);
pbNumericScale | A Byte value indicating the number of decimal places to which numeric values will be resolved. |