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
Classes in net.hydromatic.sqllogictest that implement ICastable Modifier and Type Class Description classSltSqlStatementclassSqlTestQuery -
Uses of ICastable in net.hydromatic.sqllogictest.executors
Subinterfaces of ICastable in net.hydromatic.sqllogictest.executors Modifier and Type Interface Description interfaceISqlTestOperationBase interface for SqlLogicTest operations: either statements or queries.Classes in net.hydromatic.sqllogictest.executors that implement ICastable 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.classSqlSltTestExecutorclassSqlTestExecutorBase class for classes that can run tests.
-