public interface Parser
| Modifier and Type | Method and Description |
|---|---|
QueryObject |
parse(String oql)
Parse the given OQL query string and return a tree of query objects that represent it.
|
QueryObject parse(String oql) throws UnsupportedEncodingException, ParseException
oql - OQL query string passed to the parser generator.UnsupportedEncodingException - If encoding of the query string is not supported.ParseException - If query is invalid.Copyright © 2014. All rights reserved.