Freigeben über


getCatalogName Method (SQLServerResultSetMetaData)

Gets the catalog name for the table that includes the designated column.

public java.lang.String getCatalogName(int column)

Parameter

column

An int that indicates the column index.

Rückgabewert

A String that contains the catalog name.

Ausnahmen

SQLServerException

Hinweise

This getCatalogName method is specified by the getCatalogName method in the java.sql.ResultSetMetaData interface.

Siehe auch

Verweis

SQLServerResultSetMetaData Class

Konzepte

SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members