TinyBase logoTinyBase

Iterator methods

This is the collection of iterator methods within the Queries interface. There are 4 iterator methods in total.

forEachResultTable

The forEachResultTable method takes a function that it will then call for each ResultTable in the Queries object.

forEachResultRow

The forEachResultRow method takes a function that it will then call for each ResultRow in the ResultTable of a query.

forEachResultCell

The forEachResultCell method takes a function that it will then call for each ResultCell in the ResultRow of a query.

forEachQuery

The forEachQuery method takes a function that it will then call for each Query in the Queries object.