finish pq\Query
[mdref/mdref-pq-gateway] / pq-gateway / pq / Query / Executor.md
1 # class pq\Query\Executor implements pq\Query\ExecutorInterface
2
3 A synchronous query executor implementation.
4
5 ## Properties:
6
7 * protected pq\Connection $conn
8 The PostgreSQL connection.
9 * protected SplObjectStorage $observers
10 Attached observers.
11 * protected pq\Query\WriterInterface
12 The query being executed.
13 * protected pq\Result $result
14 The query result.
15