$sql.callableStatement.setBoolean
Sets the designated parameter to the given Java boolean value. The driver converts this to an SQL BIT value when it sends it to the database.
Syntax
$sql.callableStatement.setBoolean{}
Documentation
:
Paramter:
parameterIndex - the first parameter is 1, the second is 2,
x - the parameter value
Returns:
Throws:
SQLException - if a database access error occurs
Examples
Group
SQL
Minimum required transaction-mode:
NONE
Required scripting permission of the developer
PERMISSION_FL_BASIC
Minimum parameters
3
Maximum parameters
3