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 classHsqldbExecutorA test executor that uses HSQLDB through JDBC.classJdbcExecutorBase class for tests executors that use a JDBC connection to execute tests.classNoExecutorThis executor does not execute the tests at all.classPostgresExecutorA test executor that uses Postgres through JDBC.classSqlSltTestExecutorBase class that must be derived from to implement new test executors for SQL Logic Test. 
 -