fix docs, add missing "}", fix formatting
[mdref/mdref-pq] / pq / Statement.md
index 764003fd26df6870f4c573e34e0ce0cc6df68caa..62bd0531e151bb9111fb826507872de2ee7fcf6a 100644 (file)
@@ -1,6 +1,7 @@
 # class pq\Statement
 
 A named prepared statement.
+See pq\Connection::prepare().
 
 ## Properties:
 
@@ -8,4 +9,8 @@ A named prepared statement.
   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.