22.32 NEXT_ROW Function

This function advances the cursor of an open query or DML context, after execution, by one row.

Syntax

FUNCTION NEXT_ROW(
    p_context IN t_context ) RETURN BOOLEAN;

Parameters

Table 22-30 NEXT_ROW Function Parameters

Parameter Description

p_context

Context object obtained with one of the OPEN_ functions.

Returns

Returns false when the end of the response has been reached, true otherwise.