public abstract BigDecimal getBigDecimal (int parameterIndex) throws SQLException

Retrieves the value of the designated JDBC NUMERIC parameter as a java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains.

Parameters:
parameterIndex    the first parameter is 1, the second is 2, and so on

Returns:  the parameter value in full precision. If the value is SQL NULL, the result is null.

Exceptions:
SQLException    if the parameterIndex is not valid; if a database access error occurs or this method is called on a closed CallableStatement

See also:
setBigDecimal

Since:  1.2