Retrieves the value of the designated parameter as a Boolean value given the parameter index.
public boolean getBoolean(int index)
Parameters
index
An integer that indicates the parameter index.
Return Value
A Boolean value.
Exceptions
Remarks
This getBoolean method is specified by the getBoolean method in the java.sql.CallableStatement interface.