Package net.hydromatic.sqllogictest
Class SqlTestQuery
- java.lang.Object
-
- net.hydromatic.sqllogictest.SqlTestQuery
-
- All Implemented Interfaces:
ISqlTestOperation,ICastable
public class SqlTestQuery extends Object implements ISqlTestOperation
Represents a query in a test.
-
-
Field Summary
Fields Modifier and Type Field Description StringfileThe name of the file containing the query.SqlTestQueryOutputDescriptionoutputDescriptionDescription of the output expected from the query.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetQuery()voidsetName(String name)In test files some queries are named.StringtoString()
-
-
-
Field Detail
-
file
public final String file
The name of the file containing the query.
-
outputDescription
public final SqlTestQueryOutputDescription outputDescription
Description of the output expected from the query.
-
-