Class DeleteBuilder

All Implemented Interfaces:
StatementBuilder<Delete>

public final class DeleteBuilder extends AbstractStatementBuilder<Delete>
A builder class for constructing SQL DELETE statements.

This class provides an API to facilitate the creation of DELETE statements targeting a specific table with optional conditions.

  • Constructor Details

    • DeleteBuilder

      public DeleteBuilder(OrmTable table)
      Constructs a DeleteBuilder for the specified ORM table.
      Parameters:
      table - the table to delete from
  • Method Details