862b669d712350255e91d888cbaa41b912cba04e
[mdref/mdref-pq-gateway] / onResult.md
1 # mixed pq\Gateway\Table::onResult([pq\Result $result = NULL])
2
3 Executor result callback.
4
5 ## Params:
6
7 * Optional pq\Result $result = NULL
8 The result of any executed query on behalf of this table.
9
10 ## Returns:
11
12 * pq\Result, if pq\Result::$status != pq\Result::TUPLES_OK.
13 * pq\Result, if the rowset prototype pq\Gateway\Table::$rowset is empty.
14 * pq\Gateway\Rowset, an instance of the rowset prototype.