From 19dbef43f6632cbfc00ee71ede62fd19e08f9f0c Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 26 Sep 2014 13:17:10 +0200 Subject: [PATCH] refinements --- pq/Exception/DomainException.md | 2 +- pq/Transaction/importLOB.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pq/Exception/DomainException.md b/pq/Exception/DomainException.md index 00ddd3d..149b6eb 100644 --- a/pq/Exception/DomainException.md +++ b/pq/Exception/DomainException.md @@ -9,5 +9,5 @@ Implementation or SQL syntax error. ## Properties: -* public string $sqlstate +* public (readonly) string $sqlstate The SQLSTATE code, see the [official documentation](http://www.postgresql.org/docs/current/static/errcodes-appendix.html) for further information. diff --git a/pq/Transaction/importLOB.md b/pq/Transaction/importLOB.md index a0f747f..3246d8d 100644 --- a/pq/Transaction/importLOB.md +++ b/pq/Transaction/importLOB.md @@ -1,4 +1,4 @@ -# int pq\Transaction::importLOB(string $local_path[, int $oid = 0) +# int pq\Transaction::importLOB(string $local_path[, int $oid = pq\LOB::INVALID_OID) Import a local file into a *large object*. @@ -6,8 +6,8 @@ Import a local file into a *large object*. * string $local_path A path to a local file to import. -* Optional int $oid = 0 - The target OID. A new *large object* will be created if empty. +* Optional int $oid = pq\LOB::INVALID_OID + The target OID. A new *large object* will be created if INVALID_OID. ## Returns: -- 2.30.2