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 classSltSqlStatementEncapsulates a DDL statement from a test file.classSqlTestQueryRepresents a query in a test.Fields in net.hydromatic.sqllogictest with type parameters of type ISqlTestOperation Modifier and Type Field Description List<ISqlTestOperation>SltTestFile. fileContentsA file is parsed into a list of operations: statements or queries.
-