Condividi tramite


isReadOnly Method (SQLServerResultSetMetaData)

Indicates whether the designated column is definitely not writable.

public boolean isReadOnly(int column)

Parametri

column

An int that indicates the column index.

Valore restituito

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

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerResultSetMetaData Class

Concetti

SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members