Package net.officefloor.jdbc.test
Class AbstractJdbcTestCase.InsertDataSourceSection
- java.lang.Object
-
- net.officefloor.jdbc.test.AbstractJdbcTestCase.InsertDataSourceSection
-
- Enclosing class:
- AbstractJdbcTestCase
public static class AbstractJdbcTestCase.InsertDataSourceSection extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InsertDataSourceSection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run(java.util.concurrent.atomic.AtomicInteger id, javax.sql.DataSource dataSource, AbstractJdbcTestCase.Flows flows)
void
thread(java.util.concurrent.atomic.AtomicInteger id, javax.sql.DataSource dataSource, AbstractJdbcTestCase.NewThread thread)
-
-
-
Method Detail
-
run
public void run(@Parameter java.util.concurrent.atomic.AtomicInteger id, javax.sql.DataSource dataSource, AbstractJdbcTestCase.Flows flows) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
thread
public void thread(@Parameter java.util.concurrent.atomic.AtomicInteger id, javax.sql.DataSource dataSource, AbstractJdbcTestCase.NewThread thread) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
-