partial QueryWriter
[mdref/mdref-pq-gateway] / pq-gateway / pq / Query / Writer.md
1 # class pq\Query\Writer implements pq\Query\WriterInterface
2
3 A query writer implementation.
4
5 ## Properties:
6
7 * protected string $query
8 The assembled query.
9 * protected array $params
10 The query parameters.
11 * protected array $types
12 The query parameters' types.
13