Class AbstractJdbcTestCase.InsertSection

  • Enclosing class:
    AbstractJdbcTestCase

    public static class AbstractJdbcTestCase.InsertSection
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      InsertSection()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run​(java.util.concurrent.atomic.AtomicInteger id, java.sql.Connection connection, AbstractJdbcTestCase.Flows flows)  
      void thread​(java.util.concurrent.atomic.AtomicInteger id, java.sql.Connection connection, AbstractJdbcTestCase.NewThread thread)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InsertSection

        public InsertSection()
    • Method Detail

      • run

        public void run​(@Parameter
                        java.util.concurrent.atomic.AtomicInteger id,
                        java.sql.Connection connection,
                        AbstractJdbcTestCase.Flows flows)
                 throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • thread

        public void thread​(@Parameter
                           java.util.concurrent.atomic.AtomicInteger id,
                           java.sql.Connection connection,
                           AbstractJdbcTestCase.NewThread thread)
                    throws java.sql.SQLException
        Throws:
        java.sql.SQLException