Gets the table schema name for the designated column.
public java.lang.String getSchemaName(int column)
參數
column
An int that indicates the column index.
傳回值
A String that contains the schema name.
例外狀況
備註
This getSchemaName method is specified by the getSchemaName method in the java.sql.ResultSetMetaData interface.
另請參閱
參考
SQLServerResultSetMetaData Class
概念
SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members