next Method @beta

Calls step when called as an iterator.

Returns the row alongside a done boolean to indicate if there are any more rows for an iterator to step to.

next(): IteratorResult<QueryRowProxy, any>

@returns An object with the keys: value which contains the row and done which contains a boolean.

Returns - IteratorResult<QueryRowProxy, any>

An object with the keys: value which contains the row and done which contains a boolean.

Defined in

Last Updated: 10 March, 2026