Package org.utplsql.api.testRunner
Interface TestRunnerStatement
-
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
DynamicTestRunnerStatement
public interface TestRunnerStatement extends AutoCloseable
Interface to hide the concrete Statement-implementations of TestRunner- Author:
- pesse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidexecute()StringgetSql()
-
-
-
Method Detail
-
execute
void execute() throws SQLException- Throws:
SQLException
-
getSql
String getSql()
-
close
void close() throws SQLException- Specified by:
closein interfaceAutoCloseable- Throws:
SQLException
-
-