Boolean function
AdaBase.Results.Sets.DataRow.data_exhausted ()

This function returns False when a row of data is successfully retrieved from the current result set and True when no data was obtained (meaning the last row of data has already been retrieved and no more rows are available). This is the typical check to exit an iterative loop.


See stmt fetch next row for a usage example.

See Also