X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=pq%2FStatement.md;h=62bd0531e151bb9111fb826507872de2ee7fcf6a;hb=ed227d1dd7a45c1e44e896ad9291fa1e12cfab06;hp=65b10a6ed7e381ead1aea89caf3c3ca19b59f677;hpb=fec54590ede47fa78885e01713a15622064c1858;p=mdref%2Fmdref-pq diff --git a/pq/Statement.md b/pq/Statement.md index 65b10a6..62bd053 100644 --- a/pq/Statement.md +++ b/pq/Statement.md @@ -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.