Package com.ocient.cli.extract
Class ExtractSyntaxParser.ParseResult
java.lang.Object
com.ocient.cli.extract.ExtractSyntaxParser.ParseResult
- Enclosing class:
ExtractSyntaxParser
A class to wrap the result of an "EXTRACT TO" parse
-
Method Summary
Modifier and TypeMethodDescriptionGets the configuration assocated with the statementgetQuery()Returns the query associated with the statement
-
Method Details
-
getQuery
Returns the query associated with the statement- Returns:
- the query string
-
getConfig
Gets the configuration assocated with the statement- Returns:
- the configuration as a Properties object
-