Retrieves the fully-qualified name of the Java class whose instances
should be passed to the method
PreparedStatement.setObject
.
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.
Parameters:
-
param - the first parameter is 1, the second is 2, ...
Throws:
-
SQLException - if a database access error occurs
Since:
1.4