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 SqlSltTestExecutor
OptionsParser.SuppliedOptions. getExecutor()
Get the executor indicated by the command-line options.@Nullable SqlSltTestExecutor
OptionsParser.SuppliedOptions. getExecutorByName(String executor)
Method parameters in net.hydromatic.sqllogictest with type arguments of type SqlSltTestExecutor Modifier and Type Method Description void
OptionsParser. registerExecutor(String executorName, Supplier<SqlSltTestExecutor> executor)
void
OptionsParser.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 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.
-