Indicates whether the designated column is automatically numbered, which makes it read-only.
public boolean isAutoIncrement(int column)
參數
column
An int that indicates the column index.
傳回值
true if the column is automatically numbered. Otherwise, false.
例外狀況
備註
This isAutoIncrement method is specified by the isAutoIncrement method in the java.sql.ResultSetMetaData interface.
另請參閱
參考
SQLServerResultSetMetaData Class
概念
SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members