public interface MdxParserValidator
NOTE: API is subject to change. Current implementation is backwards compatible with the old parser based on JavaCUP.
Modifier and Type | Interface and Description |
---|---|
static interface |
MdxParserValidator.QueryPartFactory |
Modifier and Type | Method and Description |
---|---|
Exp |
parseExpression(Statement statement,
String queryString,
boolean debug,
FunTable funTable) |
QueryPart |
parseInternal(Statement statement,
String queryString,
boolean debug,
FunTable funTable,
boolean strictValidation)
Parses a string to create a
Query . |
QueryPart parseInternal(Statement statement, String queryString, boolean debug, FunTable funTable, boolean strictValidation)
Query
.
Called only by ConnectionBase.parseQuery(java.lang.String)
.Exp parseExpression(Statement statement, String queryString, boolean debug, FunTable funTable)