Interface RdbmsOperation
- All Known Implementing Classes:
RdbmsOperation.Delete
,RdbmsOperation.Overwrite
public interface RdbmsOperation
RDBMS operation main goal is to execute SQL code using provided query executor.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Executes delete operation steps for the given table.static class
Executes overwrite operation steps for the given table. -
Method Summary
-
Method Details
-
execute
void execute(org.jooq.DSLContext executor)
-