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

public void updateBoolean(int index,
                          boolean x)

Parameters

index

An integer that indicates the column index.

x

A Boolean value.

Exceptions

SQLServerException

Remarks

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

See Also