Class SqlDeleteQuery

All Implemented Interfaces:
DeleteQuery, ModifyQuery, Query

public class SqlDeleteQuery extends SqlModifyQuery implements DeleteQuery
A query that executes a SQL DELETE statement.

This class extends SqlModifyQuery to provide functionality for executing DELETE statements. It sets the SQL kind to SqlKind.DELETE to indicate that this query performs a DELETE operation.

  • Constructor Details

    • SqlDeleteQuery

      public SqlDeleteQuery()
      Constructs a new instance.

      This constructor initializes the query with SqlKind.DELETE to indicate that it performs a DELETE operation.