4d08c74dc25f2be96a6eb5e09c8fb37e8f3c7177
[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.