Sets the designated parameter to the given Boolean value.

public void setBoolean(java.lang.String sCol,
                       boolean b)

Parameters

sCol

A string that contains the parameter name.

b

A Boolean value, either true or false.

Exceptions

SQLServerException

Remarks

This setBoolean method is specified by the setBoolean method in the java.sql.CallableStatement interface.

See Also