public abstract ParameterMetaData getParameterMetaData () throws SQLException

Retrieves the number, types and properties of this PreparedStatement object's parameters.

Returns:  a ParameterMetaData object that contains information about the number, types and properties for each parameter marker of this PreparedStatement object

Exceptions:
SQLException    if a database access error occurs or this method is called on a closed PreparedStatement

See also:
ParameterMetaData

Since:  1.4