public abstract String getParameterClassName (int param) throws SQLException

Retrieves the fully-qualified name of the Java class whose instances should be passed to the method PreparedStatement.setObject.

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

Returns:  the fully-qualified name of the class in the Java programming language that would be used by the method PreparedStatement.setObject to set the value in the specified parameter. This is the class name used for custom mapping.

Exceptions:
SQLException    if a database access error occurs

Since:  1.4