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