getBoolean Method (int)
Retrieves the value of the designated parameter as a boolean value given the parameter index.
Syntax
public boolean getBoolean(int index)
Parameters
index
An int 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.
See Also
getBoolean Method (SQLServerCallableStatement)
SQLServerCallableStatement Members
SQLServerCallableStatement Class