fix typo in link
[mdref/mdref-pq] / pq / Statement.md
index 65b10a6ed7e381ead1aea89caf3c3ca19b59f677..62bd0531e151bb9111fb826507872de2ee7fcf6a 100644 (file)
@@ -9,4 +9,8 @@ See pq\Connection::prepare().
   The connection to the server.
 * public (readonly) string $name  
   The identifiying name of the prepared statement.
+* public (readonly) string $query
+  The query string used to prepare the statement.
+* public (readonly) array $types
+  List of corresponding query parameter type OIDs for the prepared statement.