db9010 / com.jovial.db9010 / UpdateStatement / Builder / run

run

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

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.