Uses of Class
net.hydromatic.sqllogictest.executors.SqlSltTestExecutor
- 
Packages that use SqlSltTestExecutor Package Description net.hydromatic.sqllogictest SQL Logic Test.net.hydromatic.sqllogictest.executors Various Executor implementations. - 
- 
Uses of SqlSltTestExecutor in net.hydromatic.sqllogictest
Methods in net.hydromatic.sqllogictest that return SqlSltTestExecutor Modifier and Type Method Description @Nullable SqlSltTestExecutorOptionsParser.SuppliedOptions. getExecutor()Get the executor indicated by the command-line options.@Nullable SqlSltTestExecutorOptionsParser.SuppliedOptions. getExecutorByName(String executor)Method parameters in net.hydromatic.sqllogictest with type arguments of type SqlSltTestExecutor Modifier and Type Method Description voidOptionsParser. registerExecutor(String executorName, Supplier<SqlSltTestExecutor> executor)voidOptionsParser.SuppliedOptions. registerExecutor(String executorName, Supplier<SqlSltTestExecutor> executor)Register a new executor. - 
Uses of SqlSltTestExecutor in net.hydromatic.sqllogictest.executors
Subclasses of SqlSltTestExecutor 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. 
 -