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