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 SqlSltTestExecutorExecutionOptions. getExecutor()Method parameters in net.hydromatic.sqllogictest with type arguments of type SqlSltTestExecutor Modifier and Type Method Description voidExecutionOptions. registerExecutor(String executorName, Supplier<SqlSltTestExecutor> 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.classJdbcExecutorclassNoExecutorThis executor does not execute the tests at all.classPostgresExecutorA test executor that uses Postgres through JDBC.
-