flush
[mdref/mdref-pq-gateway] / pq-gateway / pq / Gateway / Table / 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.