Freigeben über


isReadOnly Method (SQLServerResultSetMetaData)

Indicates whether the designated column is definitely not writable.

public boolean isReadOnly(int column)

Parameter

column

An int that indicates the column index.

Rückgabewert

true if the column is read-only. Otherwise, false.

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Verweis

SQLServerResultSetMetaData Class

Konzepte

SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members