Uses of Class
net.hydromatic.sqllogictest.executors.SqlTestExecutor
-
Packages that use SqlTestExecutor Package Description net.hydromatic.sqllogictest.executors Various Executor implementations. -
-
Uses of SqlTestExecutor in net.hydromatic.sqllogictest.executors
Subclasses of SqlTestExecutor in net.hydromatic.sqllogictest.executors Modifier and Type Class Description class
HsqldbExecutor
A test executor that uses HSQLDB through JDBC.class
JdbcExecutor
Base class for tests executors that use a JDBC connection to execute tests.class
NoExecutor
This executor does not execute the tests at all.class
PostgresExecutor
A test executor that uses Postgres through JDBC.class
SqlSltTestExecutor
Base class that must be derived from to implement new test executors for SQL Logic Test.
-