Napomena
Za pristup ovoj stranici potrebna je autorizacija. Možete se pokušati prijaviti ili promijeniti direktorije.
Za pristup ovoj stranici potrebna je autorizacija. Možete pokušati promijeniti direktorije.
Indicates whether the designated column is automatically numbered, which makes it read-only.
Syntax
public boolean isAutoIncrement(int column)
Parameters
column
An int that indicates the column index.
Return Value
true if the column is automatically numbered. Otherwise, false.
Exceptions
Remarks
This isAutoIncrement method is specified by the isAutoIncrement method in the java.sql.ResultSetMetaData interface.
See Also
SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members
SQLServerResultSetMetaData Class