Condividi tramite


updateBoolean Method (int, boolean)

Updates the designated column with a boolean value given the column index.

public void updateBoolean(int index,
                          boolean x)

Parametri

index

An int that indicates the column index.

x

A boolean value.

Eccezioni

SQLServerException

Osservazioni

This updateBoolean method is specified by the updateBoolean method in the java.sql.ResultSet interface.

Vedere anche

Riferimento

SQLServerResultSet Class

Concetti

updateBoolean Method (SQLServerResultSet)
SQLServerResultSet Methods
SQLServerResultSet Members