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 interfaceISqlTestOperationBase interface for SqlLogicTest operations: either statements or queries.Classes in net.hydromatic.sqllogictest that implement ICastable Modifier and Type Class Description classSltSqlStatementEncapsulates a DDL statement from a test file.classSqlTestQueryRepresents 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 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.classSqlSltTestExecutorBase class that must be derived from to implement new test executors for SQL Logic Test.classSqlTestExecutorBase class for classes that can run tests. 
 -