FETCH_BULK_COLLECTIONS_UDF (OBJECT)
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 only.
Parameters
CURSOR
OBJECT
The cursor that is processed and filled with the data in the fetch bulk collection
.
Returns
Returns an object with information related to the logic of fetching bulk collections.
Usage example
Input:
Output:
PreviousFETCH_BULK_COLLECTIONS_UDF (OBJECT, FLOAT)NextFETCH_BULK_RECORD_COLLECTIONS_UDF (OBJECT, FLOAT, ARRAY)
Last updated