db9010 / com.jovial.db9010 / ReusableDeleteStatement / run

run

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

Run setBody to set any needed Parameter values on the delete statement, then execute the statement. See Database.deleteFrom.