public interface Parser
| Modifier and Type | Method and Description |
|---|---|
QueryObject |
parse(java.lang.String oql)
Parse the given OQL query string and return a tree of query objects that represent it.
|
QueryObject parse(java.lang.String oql) throws java.io.UnsupportedEncodingException, ParseException
oql - OQL query string passed to the parser generator.java.io.UnsupportedEncodingException - If encoding of the query string is not supported.ParseException - If query is invalid.Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com