public abstract int getParameterCount () throws SQLException

Retrieves the number of parameters in the PreparedStatement object for which this ParameterMetaData object contains information.

Returns:  the number of parameters

Exceptions:
SQLException    if a database access error occurs

Since:  1.4