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