public static class RdbmsOperation.Delete extends Object implements RdbmsOperation
RdbmsOperation.Delete, RdbmsOperation.Overwrite| Constructor and Description |
|---|
Delete(org.jooq.Table<? extends org.jooq.Record> table) |
Delete(org.jooq.Table<? extends org.jooq.Record> table,
org.jooq.Condition condition) |
| Modifier and Type | Method and Description |
|---|---|
org.jooq.Condition |
condition() |
void |
execute(org.jooq.DSLContext executor) |
org.jooq.Table<? extends org.jooq.Record> |
table() |
public Delete(org.jooq.Table<? extends org.jooq.Record> table)
public Delete(org.jooq.Table<? extends org.jooq.Record> table,
org.jooq.Condition condition)
public org.jooq.Table<? extends org.jooq.Record> table()
public org.jooq.Condition condition()
public void execute(org.jooq.DSLContext executor)
execute in interface RdbmsOperationCopyright © 2021 The Apache Software Foundation. All rights reserved.