Rowset
[mdref/mdref-pq-gateway] / pq-gateway / pq / Gateway / Rowset / delete.md
1 # pq\Gateway\Rowset pq\Gateway\Rowset::delete([mixed $txn = TRUE])
2
3 Delete all rows in this rowset.
4
5 ## Params:
6
7 * Optional mixed $txn = TRUE
8 Whether to perform the deletes within an transaction, could also be an instance of pq\Transaction to use.
9
10 ## Returns:
11
12 * pq\Gateway\Rowset, self.