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

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Executes delete operation steps for the given table.
    static class 
    Executes overwrite operation steps for the given table.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(org.jooq.DSLContext executor)
     
  • Method Details

    • execute

      void execute(org.jooq.DSLContext executor)