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

public boolean isAutoIncrement(int column)

Parameters

column

An integer that indicates the column index.

Return Value

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

Exceptions

SQLServerException

Remarks

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

See Also