Class RdbmsOperation.Delete

java.lang.Object
org.apache.drill.metastore.rdbms.operate.RdbmsOperation.Delete
All Implemented Interfaces:
RdbmsOperation
Enclosing interface:
RdbmsOperation

public static class RdbmsOperation.Delete extends Object implements RdbmsOperation
Executes delete operation steps for the given table. Deletes data based on given delete condition.
  • Constructor Details

    • Delete

      public Delete(org.jooq.Table<? extends org.jooq.Record> table)
    • Delete

      public Delete(org.jooq.Table<? extends org.jooq.Record> table, org.jooq.Condition condition)
  • Method Details

    • table

      public org.jooq.Table<? extends org.jooq.Record> table()
    • condition

      public org.jooq.Condition condition()
    • execute

      public void execute(org.jooq.DSLContext executor)
      Specified by:
      execute in interface RdbmsOperation