Uses of Class
net.hydromatic.sqllogictest.SqlTestQuery
-
Packages that use SqlTestQuery Package Description net.hydromatic.sqllogictest SQL Logic Test.net.hydromatic.sqllogictest.executors Various Executor implementations. -
-
Uses of SqlTestQuery in net.hydromatic.sqllogictest
Fields in net.hydromatic.sqllogictest declared as SqlTestQuery Modifier and Type Field Description SqlTestQuery
TestStatistics.FailedTestDescription. query
Query that caused the failure.Constructors in net.hydromatic.sqllogictest with parameters of type SqlTestQuery Constructor Description FailedTestDescription(SqlTestQuery query, @Nullable String error, String details, @Nullable Throwable exception)
Create a description of a failed test. -
Uses of SqlTestQuery in net.hydromatic.sqllogictest.executors
Methods in net.hydromatic.sqllogictest.executors with parameters of type SqlTestQuery Modifier and Type Method Description boolean
JdbcExecutor. validate(SqlTestQuery query, ResultSet rs, SqlTestQueryOutputDescription description, TestStatistics statistics)
Validate the result of the execution of a query.
-