Package org.utplsql.api.testRunner
Class DynamicTestRunnerStatement
- java.lang.Object
-
- org.utplsql.api.testRunner.DynamicTestRunnerStatement
-
- All Implemented Interfaces:
AutoCloseable,TestRunnerStatement
public class DynamicTestRunnerStatement extends Object implements TestRunnerStatement
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidexecute()static DynamicTestRunnerStatementforVersion(Version version, Connection connection, TestRunnerOptions options, CallableStatement statement)StringgetSql()
-
-
-
Method Detail
-
execute
public void execute() throws SQLException- Specified by:
executein interfaceTestRunnerStatement- Throws:
SQLException
-
getSql
public String getSql()
- Specified by:
getSqlin interfaceTestRunnerStatement
-
close
public void close() throws SQLException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceTestRunnerStatement- Throws:
SQLException
-
forVersion
public static DynamicTestRunnerStatement forVersion(Version version, Connection connection, TestRunnerOptions options, CallableStatement statement) throws SQLException
- Throws:
SQLException
-
-