Retrieves the value of the designated JDBC BIT
or BOOLEAN
parameter as a
boolean
in the Java programming language.
parameterIndex | the first parameter is 1, the second is 2, and so on |
NULL
,
the result is false
.
SQLException | if the parameterIndex is not valid;
if a database access error occurs or
this method is called on a closed CallableStatement |
setBoolean
Diagram: Statement