X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=pq%2FResult.md;h=50e3138581cbb52a100bb2b39c8a8ecd8620cd74;hb=ef536cc45c02b41008edce2ce91ef3440cb0cc21;hp=9ad6238d0dc27106124b8ef114c017488a2f94cf;hpb=ed227d1dd7a45c1e44e896ad9291fa1e12cfab06;p=mdref%2Fmdref-pq diff --git a/pq/Result.md b/pq/Result.md index 9ad6238..50e3138 100644 --- a/pq/Result.md +++ b/pq/Result.md @@ -17,9 +17,11 @@ See [Fetching Results](pq/Result/: Fetching Results) for a general overview. * SINGLE_TUPLE The result contains a single row of the result set when using pq\Connection::$unbuffered. * COPY_OUT - COPY data can be recevied from the server. + COPY data can be received from the server. * COPY_IN COPY data can be sent to the server. +* COPY_BOTH + COPY in/out data transfer in progress. * BAD_RESPONSE The server sent a bad response. * NONFATAL_ERROR @@ -62,7 +64,7 @@ See [Fetching Results](pq/Result/: Fetching Results) for a general overview. * public (readonly) int $status A [status constant](pq/Result#Status.values:). * public (readonly) string $statusMessage - The accompanying status messsage. + The accompanying status message. * public (readonly) string $errorMessage Any error message if $status indicates an error. * public (readonly) int $numRows