public abstract int getScale (int param) throws SQLException

Retrieves the designated parameter's number of digits to right of the decimal point. 0 is returned for data types where the scale is not applicable.

Parameters:
param    the first parameter is 1, the second is 2, ...

Returns:  scale

Exceptions:
SQLException    if a database access error occurs

Since:  1.4