Class RdbmsOperation.Delete
java.lang.Object
org.apache.drill.metastore.rdbms.operate.RdbmsOperation.Delete
- All Implemented Interfaces:
RdbmsOperation
- Enclosing interface:
- RdbmsOperation
Executes delete operation steps for the given table.
Deletes data based on given delete condition.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.drill.metastore.rdbms.operate.RdbmsOperation
RdbmsOperation.Delete, RdbmsOperation.Overwrite
-
Constructor Summary
-
Method Summary
-
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 interfaceRdbmsOperation
-