Uses of Interface
net.hydromatic.sqllogictest.util.ICastable
-
Packages that use ICastable Package Description net.hydromatic.sqllogictest SQL Logic Test.net.hydromatic.sqllogictest.executors Various Executor implementations. -
-
Uses of ICastable in net.hydromatic.sqllogictest
Subinterfaces of ICastable in net.hydromatic.sqllogictest Modifier and Type Interface Description interface
ISqlTestOperation
Base interface for SqlLogicTest operations: either statements or queries.Classes in net.hydromatic.sqllogictest that implement ICastable Modifier and Type Class Description class
SltSqlStatement
Encapsulates a DDL statement from a test file.class
SqlTestQuery
Represents a query in a test. -
Uses of ICastable in net.hydromatic.sqllogictest.executors
Classes in net.hydromatic.sqllogictest.executors that implement ICastable 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.class
SqlSltTestExecutor
Base class that must be derived from to implement new test executors for SQL Logic Test.class
SqlTestExecutor
Base class for classes that can run tests.
-