Constructs a column information object from the current row of the given
result set. The
ResultSet object passed must have been obtained
from a call to DatabaseMetaData.getColumns().
This method only retrieves the values from the current row; the caller
is required to advance to the next row with
ResultSet.next .
Parameters: rs - The result set returned from DatabaseMetaData.getColumns(). |