delete abstract method

(String, List<Object?>) delete(
  1. DeleteStatement statement
)

Delete from DeleteStatement.table.

Delete rows satisfying the DeleteStatement.where expression.

This SQL statement should not return any rows, all return values are read but ignored.

Implementation

(String, List<Object?>) delete(DeleteStatement statement);