Package net.officefloor.jdbc.test
Class AbstractJdbcTestCase.InsertSection
- java.lang.Object
-
- net.officefloor.jdbc.test.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)
-
-
-
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
-
-