some missing exception bits
[mdref/mdref-pq] / pq / Transaction / importLOB.md
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: