pq/Cursor docs
[mdref/mdref-pq] / pq / Transaction / exportLOB.md
1 # void pq\Transaction::exportLOB(int $oid, string $path)
2
3 Export a *large object* to a local file.
4 See pq\Transaction::importLOB().
5
6 ## Params:
7
8 * int $oid
9 The OID of the *large object*.
10 * string $path
11 The path of a local file to export to.
12
13 ## Throws:
14
15 * pq\Exception\InvalidArgumentException
16 * pq\Exception\BadMethodCallException
17 * pq\Exception\RuntimeException