Constructs a foreign key information object from the current row of the
given result set.
The
ResultSet object passed must have been obtained from a call
to DatabaseMetaData.getImportedKeys() or DatabaseMetaData.getExportedKeys().
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.get??portedKeys(). |