BIND_VARIABLE_RAW v14
The BIND_VARIABLE_RAW procedure associates a RAW value with an IN or IN OUT bind variable in a SQL command.
BIND_VARIABLE_RAW(<c> NUMBER, <name> VARCHAR2, <value> RAW [, <out_value_size> NUMBER ])
Parameters
c
Cursor ID of the cursor for the SQL command with bind variables.
name
Name of the bind variable in the SQL command.
value
Value of type RAW to be assigned.
out_value_size
If name is an IN OUT variable, defines the maximum length of the output value. If not specified, the length of value is assumed.
- On this page
- Parameters