Class SqlSltTestExecutor
- java.lang.Object
-
- net.hydromatic.sqllogictest.executors.SqlTestExecutor
-
- net.hydromatic.sqllogictest.executors.SqlSltTestExecutor
-
- All Implemented Interfaces:
ICastable
- Direct Known Subclasses:
JdbcExecutor,NoExecutor
public abstract class SqlSltTestExecutor extends SqlTestExecutor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract TestStatisticsexecute(SltTestFile testFile, ExecutionOptions options)Executes the specified test file.-
Methods inherited from class net.hydromatic.sqllogictest.executors.SqlTestExecutor
avoid
-
-
-
-
Method Detail
-
execute
public abstract TestStatistics execute(SltTestFile testFile, ExecutionOptions options) throws SQLException, NoSuchAlgorithmException
Executes the specified test file.- Throws:
SQLExceptionNoSuchAlgorithmException
-
-