Package net.officefloor.jdbc.test
Class AbstractJdbcTestCase.SelectSection
java.lang.Object
net.officefloor.jdbc.test.AbstractJdbcTestCase.SelectSection
- Enclosing class:
- AbstractJdbcTestCase
Test fixture section for selecting rows.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceFlow interface. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidRuns the select.voidthread(Connection connection, AbstractJdbcTestCase.SelectParameter parameter, AbstractJdbcTestCase.NewThread tag) Handles the thread flow for select.
-
Constructor Details
-
SelectSection
public SelectSection()
-
-
Method Details
-
run
Runs the select.- Parameters:
flows-AbstractJdbcTestCase.SelectSection.Flows.- Throws:
SQLException- On database failure.
-
thread
public void thread(Connection connection, @Parameter AbstractJdbcTestCase.SelectParameter parameter, AbstractJdbcTestCase.NewThread tag) throws SQLException Handles the thread flow for select.- Parameters:
connection-Connection.parameter-AbstractJdbcTestCase.SelectParameter.tag-AbstractJdbcTestCase.NewThreadmarker.- Throws:
SQLException- On database failure.
-