ResultSetMetaData.getCatalogName

ResultSetMetaData.getCatalogName

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract String getCatalogName( int column ) throws SQLException
Parameters
column
the first column is 1, the second is 2, ...
Returns
column name or "" if not applicable.
Description
What's a column's table's catalog name?

Exceptions
SQLException if a database-access error occurs.