X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=pq%2FResult%2F%3A%20Fetching%20Results.md;h=15941e4453788da275f3e85c4a3243d1c289ab8f;hb=ed227d1dd7a45c1e44e896ad9291fa1e12cfab06;hp=b8dd77eb3e806087891d7ae3b4778b4147a23b0a;hpb=fb813fe35bf68fbc1c209086d5ba3bf58cfaeb5f;p=mdref%2Fmdref-pq diff --git a/pq/Result/: Fetching Results.md b/pq/Result/: Fetching Results.md index b8dd77e..15941e4 100644 --- a/pq/Result/: Fetching Results.md +++ b/pq/Result/: Fetching Results.md @@ -1,6 +1,6 @@ # pq\Result: Overview -An synchronous pq\Connection::exec*() call, or calls to pq\Connection::getResult() after using [asynchronous queries](pq/Connection/: Asynchronous Usage) returns an instance of pq\Result on success. See [Query execution](pq/Connection/: Executing Queries), optionally with [types](pq/Types/: Overview) and [Prepared Statements](pq/Statement/: Overview) for details about how to execute queries. +An synchronous pq\Connection::exec*() call, or calls to pq\Connection::getResult() after using [asynchronous queries](pq/Connection/: Asynchronous Usage) returns an instance of pq\Result on success. See [Query execution](pq/Connection/: Executing Queries), optionally with [types](pq/Types/: Overview) and [Prepared Statements](pq/Statement) for details about how to execute queries. ## Fetch types: