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