Condividi tramite


isWritable Method (SQLServerResultSetMetaData)

Indicates whether it is possible for a write on the designated column to succeed.

public boolean isWritable(int column)

Parametri

column

An int that indicates the column index.

Valore restituito

true if writes will succeed on the column. Otherwise, false.

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerResultSetMetaData Class

Concetti

SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members