The pq\Gateway namespace holds implementations and interfaces related to the table data gateway implementation for pecl/pq.
The cell gateway.
class pq\Gateway\Cell extends pq\Query\Expressible implements ArrayAccess
The row gateway.
class pq\Gateway\Row implements JsonSerializable
The rowset gateway.
class pq\Gateway\Rowset implements SeekableIterator
, JsonSerializable
, Countable
The table gateway.
class pq\Gateway\Table implements SplSubject