next Method

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(): Promise<IteratorResult<QueryRowProxy, any>>

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

Returns - Promise<IteratorResult<QueryRowProxy, any>>

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

Defined in

Last Updated: 13 November, 2024