public interface RdbmsOperation
| Modifier and Type | Interface and Description |
|---|---|
static class |
RdbmsOperation.Delete
Executes delete operation steps for the given table.
|
static class |
RdbmsOperation.Overwrite
Executes overwrite operation steps for the given table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.jooq.DSLContext executor) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.