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