db9010 / com.jovial.db9010 / ReusableDeleteStatement / <init>

<init>

ReusableDeleteStatement(statement: PreparedStatement, parameters: List<Parameter<*>>)

A delete statement that can be stored in a variable, and used multipe times. This saves the (small) overhead of a hash table lookup that's incurred when using Database.deleteFrom every time the same statement is run.