missing bits
[mdref/mdref-pq] / pq / Statement.md
1 # class pq\Statement
2
3 A named prepared statement.
4
5 ## Properties:
6
7 * public (readonly) pq\Connection $connection
8 The connection to the server.
9 * public (readonly) string $name
10 The identifiying name of the prepared statement.
11