mdref.json config
[mdref/mdref-pq-gateway] / pq-gateway / pq / Query / Executor / setConnection.md
1 # pq\Query\Executor pq\Query\Executor::setConnection(pq\Connection $conn)
2
3 Set the connection the executor should use.
4
5 ## Params:
6
7 * pq\Connection $conn
8 The connection to use.
9
10 ## Return:
11
12 * pq\Query\Executor, self.