refinements
authorMichael Wallner <mike@php.net>
Fri, 26 Sep 2014 11:17:10 +0000 (13:17 +0200)
committerMichael Wallner <mike@php.net>
Fri, 26 Sep 2014 11:17:10 +0000 (13:17 +0200)
pq/Exception/DomainException.md
pq/Transaction/importLOB.md

index 00ddd3d5a8eb375178300baac44fffdf1706e813..149b6eb4a7d1ca2f272c77945d0a15e4d9683c8e 100644 (file)
@@ -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.
index a0f747f1f581e8414f37c1fb9b7151e20841a70d..3246d8dd620567b6028e1bbc36bf5f99845618fb 100644 (file)
@@ -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: