Uses of Class
net.hydromatic.sqllogictest.TestStatistics
- 
Packages that use TestStatistics Package Description net.hydromatic.sqllogictest SQL Logic Test.net.hydromatic.sqllogictest.executors Various Executor implementations. - 
- 
Uses of TestStatistics in net.hydromatic.sqllogictest
Fields in net.hydromatic.sqllogictest declared as TestStatistics Modifier and Type Field Description TestStatisticsTestLoader. statisticsStatistics about the tests executed, including all errors found.Methods in net.hydromatic.sqllogictest that return TestStatistics Modifier and Type Method Description static TestStatisticsMain. execute(OptionsParser optionParser, String... args)Execute the program using the specified command-line options.Methods in net.hydromatic.sqllogictest with parameters of type TestStatistics Modifier and Type Method Description voidTestStatistics. add(TestStatistics stats)Add the other statistics to this. - 
Uses of TestStatistics in net.hydromatic.sqllogictest.executors
Methods in net.hydromatic.sqllogictest.executors that return TestStatistics Modifier and Type Method Description TestStatisticsJdbcExecutor. execute(SltTestFile file, OptionsParser.SuppliedOptions options)Execute all the test in the specified file using this database.TestStatisticsNoExecutor. execute(SltTestFile testFile, OptionsParser.SuppliedOptions options)abstract TestStatisticsSqlSltTestExecutor. execute(SltTestFile testFile, OptionsParser.SuppliedOptions options)Executes the specified test file.Methods in net.hydromatic.sqllogictest.executors with parameters of type TestStatistics Modifier and Type Method Description booleanJdbcExecutor. validate(SqlTestQuery query, ResultSet rs, SqlTestQueryOutputDescription description, TestStatistics statistics)Validate the result of the execution of a query. 
 -