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 String
file
The name of the file containing the query.SqlTestQueryOutputDescription
outputDescription
Description of the output expected from the query.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
String
getQuery()
void
setName(String name)
In test files some queries are named.String
toString()
-
-
-
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.
-
-