delete abstract method
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);