d2683a0c0e492c7287909e2f5c21008d6e16477d
[mdref/mdref-pq-gateway] / setQueryExecutor.md
1 # pq\Gateway\Table pq\Gateway\Table::setQueryExecutor(pq\Query\ExecutorInterface $exec)
2
3 Set the query executor implementation.
4 See pq\Gateway\Table::getQueryExecutor(), pq\Query\Executor and pq\Query\AsyncExecutor.
5
6 ## Params:
7
8 * pq\Query\ExecutorInterface $exec
9 A query executor interface implementation.
10
11 ## Returns:
12
13 * pq\Gateway\Table, self.