Edit
↰
Home
↑
pq-gateway
↑
Gateway
↑
Table
↻
Table::onResult
↲
Attributes
↲
Identity
↲
Relations
↲
Table::__construct
↲
Table::__toString
↲
Table::attach
↲
Table::by
↲
Table::create
↲
Table::delete
↲
Table::detach
↲
Table::execute
↲
Table::find
↲
Table::getAttributes
↲
Table::getConnection
↲
Table::getIdentity
↲
Table::getMetadataCache
↲
Table::getName
↲
Table::getQueryExecutor
↲
Table::getQueryWriter
↲
Table::getRelation
↲
Table::getRelations
↲
Table::getRowsetPrototype
↲
Table::notify
↲
Table::of
↲
Table::resolve
↲
Table::setMetadataCache
↲
Table::setQueryExecutor
↲
Table::setQueryWriter
↲
Table::setRowsetPrototype
↲
Table::update
↲
Table::with
#
mixed
pq\Gateway\Table::onResult
([
pq\Result
$result
=
NULL
])
Executor result
callback
.
Params:
#
Optional
pq\Result
$result
#
=
NULL
The result of any executed query on behalf of this table.
Returns:
#
pq\Result
, if
pq\Result::$status
!=
pq\Result::TUPLES_OK
.
pq\Result
, if the rowset prototype
pq\Gateway\Table::$rowset
is empty.
pq\Gateway\Rowset
, an instance of the rowset prototype.
Show Comments from Github Discussions