update method

UpdateStatement<Tbl, Row> update()

Creates a statement to compose an UPDATE into the database.

This is equivalent to calling DatabaseConnectionUser.update with the captured table.

Implementation

UpdateStatement<Tbl, Row> update() => attachedDatabase.update(this);