Package net.hydromatic.sqllogictest.executors
Various Executor implementations.
- See Also:
SqlTestExecutor
-
Class Summary Class Description HsqldbExecutor A test executor that uses HSQLDB through JDBC.JdbcExecutor Base class for tests executors that use a JDBC connection to execute tests.NoExecutor This executor does not execute the tests at all.PostgresExecutor A test executor that uses Postgres through JDBC.SqlSltTestExecutor Base class that must be derived from to implement new test executors for SQL Logic Test.SqlTestExecutor Base class for classes that can run tests.