Gets the table name of the designated column.
public java.lang.String getTableName(int column)
Parameters
column
An integer that indicates the column index.
Return Value
A string that contains the table name.
Exceptions
Remarks
This getTableName method is specified by the getTableName method in the java.sql.ResultSetMetaData interface.