Edit
↰
Home
↑
pq
↑
Transaction
↻
Transaction::exportLOB
↲
Transaction::__construct
↲
Transaction::commit
↲
Transaction::commitAsync
↲
Transaction::createLOB
↲
Transaction::exportSnapshot
↲
Transaction::exportSnapshotAsync
↲
Transaction::importLOB
↲
Transaction::importSnapshot
↲
Transaction::importSnapshotAsync
↲
Transaction::openLOB
↲
Transaction::rollback
↲
Transaction::rollbackAsync
↲
Transaction::savepoint
↲
Transaction::savepointAsync
↲
Transaction::unlinkLOB
#
void
pq\Transaction::exportLOB
(
int
$oid
,
string
$path
)
Export a
large object
to a local file. See
pq\Transaction::importLOB
().
Params:
#
int
$oid
#
The OID of the
large object
.
string
$path
#
The path of a local file to export to.
Throws:
#
pq\Exception\InvalidArgumentException
pq\Exception\BadMethodCallException
pq\Exception\RuntimeException
Show Comments from Github Discussions