Package org.utplsql.api.testRunner
Class TestRunnerStatementProvider
- java.lang.Object
-
- org.utplsql.api.testRunner.TestRunnerStatementProvider
-
public class TestRunnerStatementProvider extends Object
Provides different implementations of TestRunnerStatement based on the version of the database framework- Author:
- pesse
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TestRunnerStatementgetCompatibleTestRunnerStatement(Version databaseVersion, TestRunnerOptions options, Connection conn)Returns the TestRunnerStatement-implementation compatible with the given databaseVersion.
-
-
-
Method Detail
-
getCompatibleTestRunnerStatement
public static TestRunnerStatement getCompatibleTestRunnerStatement(Version databaseVersion, TestRunnerOptions options, Connection conn) throws SQLException
Returns the TestRunnerStatement-implementation compatible with the given databaseVersion.- Parameters:
databaseVersion- Version of the database frameworkoptions- TestRunnerOptions to be usedconn- Active Connection- Returns:
- TestRunnerStatment compatible with the database framework
- Throws:
SQLException- if there are problems with the database access
-
-