Interface DBUpdaterIfc

All Known Implementing Classes:
DBBatchInserter, DBInserter, DBSingularInserter

public interface DBUpdaterIfc
  • Method Details

    • buildStatements

      void buildStatements() throws SQLException
      Throws:
      SQLException
    • updateDB

      void updateDB(JDBCOIRecord[] records)
    • resetConnection

      void resetConnection(Connection dbConn)
    • isHealthy

      boolean isHealthy()
    • shutdown

      void shutdown()