db9010 / com.jovial.db9010 / UpdateStatement / Builder

Builder

class Builder : TextStatementBuilder<Key>

A builer for UpdateStatement. See Database.update.

Constructors

<init>

A builer for UpdateStatement. See Database.update.

Builder(db: Database, table: Table)

Functions

run

Run setBody to set any needed Parameter values on the delete statement, and the TableColumn values to be updated. After setBody executes, the update statement is executed, and the number of rows updated is returned.

infix fun run(setBody: (UpdateStatement) -> Unit): Int