Uses of Class
net.hydromatic.sqllogictest.SqlTestQueryOutputDescription
- 
Packages that use SqlTestQueryOutputDescription Package Description net.hydromatic.sqllogictest SQL Logic Test.net.hydromatic.sqllogictest.executors Various Executor implementations. - 
- 
Uses of SqlTestQueryOutputDescription in net.hydromatic.sqllogictest
Fields in net.hydromatic.sqllogictest declared as SqlTestQueryOutputDescription Modifier and Type Field Description SqlTestQueryOutputDescriptionSqlTestQuery. outputDescriptionDescription of the output expected from the query. - 
Uses of SqlTestQueryOutputDescription in net.hydromatic.sqllogictest.executors
Methods in net.hydromatic.sqllogictest.executors with parameters of type SqlTestQueryOutputDescription Modifier and Type Method Description booleanJdbcExecutor. validate(SqlTestQuery query, ResultSet rs, SqlTestQueryOutputDescription description, TestStatistics statistics)Validate the result of the execution of a query. 
 -