Uses of Interface
net.hydromatic.sqllogictest.ISqlTestOperation
-
Packages that use ISqlTestOperation Package Description net.hydromatic.sqllogictest SQL Logic Test. -
-
Uses of ISqlTestOperation in net.hydromatic.sqllogictest
Classes in net.hydromatic.sqllogictest that implement ISqlTestOperation Modifier and Type Class Description class
SltSqlStatement
Encapsulates a DDL statement from a test file.class
SqlTestQuery
Represents a query in a test.Fields in net.hydromatic.sqllogictest with type parameters of type ISqlTestOperation Modifier and Type Field Description List<ISqlTestOperation>
SltTestFile. fileContents
A file is parsed into a list of operations: statements or queries.
-