Edit
↰
Home
↑
pq-gateway
↑
Gateway
↑
Row
↻
Row::delete
↲
Row::__construct
↲
Row::__get
↲
Row::__invoke
↲
Row::__isset
↲
Row::__set
↲
Row::__unset
↲
Row::allOf
↲
Row::cell
↲
Row::changes
↲
Row::create
↲
Row::criteria
↲
Row::export
↲
Row::exportPublic
↲
Row::getData
↲
Row::getIdentity
↲
Row::getTable
↲
Row::isDirty
↲
Row::jsonSerialize
↲
Row::ofWhich
↲
Row::prime
↲
Row::refresh
↲
Row::update
#
pq\Query\Row
pq\Query\Row::delete()
Delete this row in the database. Notifies the table about the "delete" event.
Params:
#
None.
Returns:
#
pq\Gateway\Row
,
self
with primed cells.
Throws:
#
UnexpectedValueExceptio, if the result indicates that no row was deleted.
Show Comments from Github Discussions