flush
[mdref/mdref-pq-gateway] / pq-gateway / pq / Gateway / Rowset.md
1 # class pq\Gateway\Rowset implements SeekableIterator, JsonSerialize, Countable
2
3 The rowset gateway.
4
5 ## Properties:
6
7 * protected pq\Table $table
8 The originating table.
9 * protected int $index = 0
10 The iterator index.
11 * protected array $rows
12 The rows of the set.
13 * protected mixed $row = "\pq\Gateway\Row"
14 The row prototype.
15