finished Row
[mdref/mdref-pq-gateway] / pq-gateway / pq / Gateway / Row / delete.md
1 # pq\Query\Row pq\Query\Row::delete()
2
3 Delete this row in the database.
4 Notifies the table about the "delete" event.
5
6 ## Params:
7
8 None.
9
10 ## Returns:
11
12 * pq\Gateway\Row, self with primed cells.
13
14 ## Throws:
15
16 * UnexpectedValueExceptio, if the result indicates that no row was deleted.