All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description HsqldbExecutor A test executor that uses HSQLDB through JDBC.ICastable Utility interface providing some useful casting methods.ISqlTestOperation Base interface for SqlLogicTest operations: either statements or queries.JdbcExecutor Base class for tests executors that use a JDBC connection to execute tests.Main Execute all SqlLogicTest tests.NoExecutor This executor does not execute the tests at all.OptionsParser Extensible command-line parsing.PostgresExecutor A test executor that uses Postgres through JDBC.SltSqlStatement Encapsulates a DDL statement from a test file.SltTestFile Represents the data from a .test file from the SqlLogicTest test framework.SqlSltTestExecutor Base class that must be derived from to implement new test executors for SQL Logic Test.SqlTestExecutor Base class for classes that can run tests.SqlTestQuery Represents a query in a test.SqlTestQueryOutputDescription A description of the output expected from a test query.SqlTestQueryOutputDescription.SortOrder How the results of the query have to be sorted prior to a comparison.StringPrintStream A PrintStream that writes do a String.TestLoader A test loader is invoked for each test file.TestStatistics Class that keeps track of the tests executed, including failures encountered.TestStatistics.FailedTestDescription Description of a test that failed.Utilities A class containing various useful static methods.