Package net.officefloor.jdbc.test
Class AbstractJdbcTestCase.SelectSection
- java.lang.Object
-
- net.officefloor.jdbc.test.AbstractJdbcTestCase.SelectSection
-
- Enclosing class:
- AbstractJdbcTestCase
public static class AbstractJdbcTestCase.SelectSection extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
AbstractJdbcTestCase.SelectSection.Flows
-
Constructor Summary
Constructors Constructor Description SelectSection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run(AbstractJdbcTestCase.SelectSection.Flows flows)
void
thread(java.sql.Connection connection, AbstractJdbcTestCase.SelectParameter parameter, AbstractJdbcTestCase.NewThread tag)
-
-
-
Method Detail
-
run
public void run(AbstractJdbcTestCase.SelectSection.Flows flows) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
thread
public void thread(java.sql.Connection connection, @Parameter AbstractJdbcTestCase.SelectParameter parameter, AbstractJdbcTestCase.NewThread tag) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
-