Edit
↰
Home
↑
pq-gateway
↑
Gateway
↑
Rowset
↻
Rowset::delete
↲
Rowset::__construct
↲
Rowset::__invoke
↲
Rowset::append
↲
Rowset::apply
↲
Rowset::count
↲
Rowset::create
↲
Rowset::current
↲
Rowset::filter
↲
Rowset::getRowPrototype
↲
Rowset::getRows
↲
Rowset::getTable
↲
Rowset::hydrate
↲
Rowset::jsonSerialize
↲
Rowset::key
↲
Rowset::next
↲
Rowset::rewind
↲
Rowset::seek
↲
Rowset::setRowPrototype
↲
Rowset::update
↲
Rowset::valid
#
pq\Gateway\Rowset
pq\Gateway\Rowset::delete
([
mixed
$txn
=
TRUE
])
Delete all rows in this rowset.
Params:
#
Optional
mixed
$txn
#
=
TRUE
Whether to perform the deletes within an transaction, could also be an instance of
pq\Transaction
to use.
Returns:
#
pq\Gateway\Rowset
,
self
.
Show Comments from Github Discussions