Returns all installed plugins.
Executes a compiled query and runs the result through all plugins'
transformResult
method.
Executes a compiled query and runs the result through all plugins'
transformResult
method. Results are streamead instead of loaded
at once.
Given the query the user has built (expressed as an operation node tree)
this method runs it through all plugins' transformQuery
methods and
returns the result.
A QueryExecutor subclass that can be used when you don't have a QueryCompiler, ConnectionProvider or any other needed things to actually execute queries.