27.41 HAS_MORE_ARRAY_ROWS Function
This function returns whether the current array has more children. Can only be called within an array column; otherwise an error is raised.
Syntax
APEX_EXEC.HAS_MORE_ARRAY_ROWS (
p_context IN t_context )
RETURN BOOLEAN;
Parameters
Parameter | Description |
---|---|
p_context |
Context object obtained with one of the OPEN_ functions
|
Returns
TRUE
if successful.
FALSE
if the end of the result set has been reached.
Parent topic: APEX_EXEC