Freigeben über


isAutoIncrement Method (SQLServerResultSetMetaData)

Indicates whether the designated column is automatically numbered, which makes it read-only.

public boolean isAutoIncrement(int column)

Parameter

column

An int that indicates the column index.

Rückgabewert

true if the column is automatically numbered. Otherwise, false.

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Verweis

SQLServerResultSetMetaData Class

Konzepte

SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members