Class providing meta information about the result set.
This object is a clone of a server side result set meta data object
author: Jens Dietrich version: 3.3.2 <29 December 2004> since: 3.0
getColumnClassName(int column) 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.
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.