typo, parameter and type fixes
[mdref/mdref-pq] / pq / Statement.md
1 # class pq\Statement
2
3 A named prepared statement.
4 See pq\Connection::prepare().
5
6 ## Properties:
7
8 * public (readonly) pq\Connection $connection
9 The connection to the server.
10 * public (readonly) string $name
11 The identifiying name of the prepared statement.
12 * public (readonly) string $query
13 The query string used to prepare the statement.
14 * public (readonly) array $types
15 List of corresponding query parameter type OIDs for the prepared statement.
16