Condividi tramite


getCatalogName Method (SQLServerResultSetMetaData)

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

public java.lang.String getCatalogName(int column)

Parametri

column

An int that indicates the column index.

Valore restituito

A String that contains the catalog name.

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerResultSetMetaData Class

Concetti

SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members