BIND_VARIABLE_INT procedure - Bind an INTEGER value to a variable
The BIND_VARIABLE_INT procedure provides the capability to associate an INTEGER value with an IN or INOUT bind variable in an SQL command.
Syntax
Parameters
- c
- An input argument of type INTEGER that specifies the cursor ID for the SQL command with bind variables.
- name
- An input argument of type VARCHAR(128) that specifies the name of the bind variable in the SQL command.
- value
- An input argument of type INTEGER that specifies the value to be assigned.
Authorization
EXECUTE privilege on the DBMS_SQL module.