FETCH_BULK_COLLECTIONS_UDF (OBJECT, FLOAT)
Definition
This user-defined function (UDF) is used to replicate the functionality of fetching bulk for collections in Oracle. This function version receives the cursor and the limit value for the row count.
Parameters
CURSOR
OBJECT
The cursor that is processed and filled with the data in the fetch bulk collection
.
LIMIT
FLOAT
The limit for the records to call.
Returns
Returns an object with information related to the logic of fetching bulk collections.
Usage example
Input:
Output:
Last updated