Returns the fully-qualified name of the Java class whose instances
are manufactured if the method ResultSet.getObject
is called to retrieve a value
from the column. ResultSet.getObject may return a subclass of the
class returned by this method.
column | the first column is 1, the second is 2, ... |
ResultSet.getObject to retrieve the value in the specified
column. This is the class name used for custom mapping.
SQLException | if a database access error occurs |
Diagram: ResultSetMetaData