Home / Database / Oracle Application Express Documentation, Release 18.2
Application Express API Reference
Contents
Oracle Application Express Documentation, Release 18.2
Page 227 of 721

14.18 NEXT_ROW Function

This function advances the cursor of an open query context by one row. For Web Sources returning their data page-wise, additional pages are being fetched transparently.

Syntax

function next_row(
    p_context in t_context ) return boolean;

Parameters

Table 14-16 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.

Previous Page
Page 227 of 721
Next Page