X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=pq%2FResult.md;h=9ad6238d0dc27106124b8ef114c017488a2f94cf;hb=ed227d1dd7a45c1e44e896ad9291fa1e12cfab06;hp=af11174cf75835b96e1c4e1c151990395eae9cd5;hpb=61b87513c1f6f0617aeb3e1dfb0bb58fc4cf67bd;p=mdref%2Fmdref-pq diff --git a/pq/Result.md b/pq/Result.md index af11174..9ad6238 100644 --- a/pq/Result.md +++ b/pq/Result.md @@ -71,6 +71,8 @@ See [Fetching Results](pq/Result/: Fetching Results) for a general overview. The number of fields in a single tuple of the result set. * public (readonly) int $affectedRows The number of rows affected by a statement. +* public (readonly) array $diag + Error details. See [PQresultErrorField](https://www.postgresql.org/docs/current/static/libpq-exec.html#LIBPQ-PQRESULTERRORFIELD) docs. * public int $fetchType = pq\Result::FETCH_ARRAY The [type of return value](pq/Result#Fetch.types:) the fetch methods should return when no fetch type argument was given. Defaults to pq\Connection::$defaultFetchType. * public int $autoConvert = pq\Result::CONV_ALL