OPEN_BULK_CURSOR_UDF (OBJECT, ARRAY)
Definition
This user-defined function (UDF) is used to open a cursor with bindings.
Parameters
CURSOR
OBJECT
The cursor to process as open.
BINDINGS
ARRAY
The binding that is related to the cursor.
Returns
Returns an object with the current information of the cursor.
Usage example
Input:
Output:
Last updated