Skip to content

routier-collection


routier-collection / core/src / executedQueriesOf

Function: executedQueriesOf() ​

executedQueriesOf(explanation): ExecutedQuery[]

Defined in: core/src/plugins/query/explain.ts:409

Every statement the query ran, across every database it touched, in execution order.

A step is a place, so the statements live on the steps — this is for a caller that wants them all without caring which plugin ran which.

Parameters ​

explanation ​

QueryExplanation

Returns ​

ExecutedQuery[]

Released under the MIT License.