Package net.hydromatic.sqllogictest.executors
Various Executor implementations.
- See Also:
SqlTestExecutor
-
Interface Summary Interface Description ISqlTestOperation Base interface for SqlLogicTest operations: either statements or queries. -
Class Summary Class Description ExecutorFactory An executor factory creates aSqlTestExecutor.HsqldbExecutor A test executor that uses HSQLDB through JDBC.HsqldbExecutor.Factory JdbcExecutor NoExecutor This executor does not execute the tests at all.NoExecutor.Factory PostgresExecutor A test executor that uses Postgres through JDBC.PostgresExecutor.Factory SqlSltTestExecutor SqlTestExecutor Base class for classes that can run tests.