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

public void updateBoolean(java.lang.String columnName,
                          boolean x)

Parameters

columnName

A string that contains the column name.

x

A Boolean value.

Exceptions

SQLServerException

Remarks

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

See Also