Interface BatchDeleteQuery

All Superinterfaces:
BatchModifyQuery, Query
All Known Implementing Classes:
AutoBatchDeleteQuery, SqlBatchDeleteQuery, SqlFileBatchDeleteQuery

public interface BatchDeleteQuery extends BatchModifyQuery
An interface for batch DELETE queries.

This interface represents a query that performs batch DELETE operations. It extends BatchModifyQuery to inherit common batch data modification functionality while specializing for DELETE operations.

Implementations of this interface handle the execution of multiple DELETE statements as a single batch operation for improved performance.