共用方式為


getCatalogName Method (SQLServerResultSetMetaData)

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

public java.lang.String getCatalogName(int column)

參數

column

An int that indicates the column index.

傳回值

A String that contains the catalog name.

例外狀況

SQLServerException

備註

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

另請參閱

參考

SQLServerResultSetMetaData Class

概念

SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members