Iterator methods
forEachResultTable
The forEachResultTable
method takes a function that it will then call for each ResultTable
in the Queries
object. Read more.
forEachResultRow
The forEachResultRow
method takes a function that it will then call for each ResultRow
in the ResultTable
of a query. Read more.
forEachResultCell
The forEachResultCell
method takes a function that it will then call for each ResultCell
in the ResultRow
of a query. Read more.
forEachQuery
The forEachQuery
method takes a function that it will then call for each Query in the Queries
object. Read more.