Uses of Class
net.hydromatic.sqllogictest.executors.JdbcExecutor
-
Packages that use JdbcExecutor Package Description net.hydromatic.sqllogictest.executors Various Executor implementations. -
-
Uses of JdbcExecutor in net.hydromatic.sqllogictest.executors
Subclasses of JdbcExecutor in net.hydromatic.sqllogictest.executors Modifier and Type Class Description class
HsqldbExecutor
A test executor that uses HSQLDB through JDBC.class
PostgresExecutor
A test executor that uses Postgres through JDBC.
-