Interface BatchingDAO

    • Method Detail

      • startBatch

        void startBatch()
        Start a batch of insert or update commands
        Throws:
        java.lang.RuntimeException - wrapping a SQLException
      • executeBatch

        void executeBatch()
        Write a batch of insert or update commands
        Throws:
        java.lang.RuntimeException - wrapping a SQLException