public class LQLParserUtil
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ANALYZER_SERVICE |
| Constructor and Description |
|---|
LQLParserUtil() |
| Modifier and Type | Method and Description |
|---|---|
static com.endeca.mdex.eql_parser.types.Query |
analyzeQuery(java.util.Collection<CollectionBaseView> baseViews,
java.lang.String text,
java.lang.String language,
java.lang.String entityNs,
RequestIds requestIds) |
static com.endeca.mdex.eql_parser.types.StandaloneFilter |
parseFilter(java.lang.String filter) |
static com.endeca.mdex.eql_parser.types.StandaloneFilter |
parseFilter(java.lang.String filter,
java.lang.String language) |
static com.endeca.mdex.eql_parser.types.ExpressionBase |
parseMetric(java.lang.String text,
java.lang.String language) |
static com.endeca.mdex.eql_parser.types.Query |
parseQuery(java.lang.String text) |
static com.endeca.mdex.eql_parser.types.Query |
parseQuery(java.lang.String text,
java.lang.String language) |
public static final java.lang.String ANALYZER_SERVICE
public static com.endeca.mdex.eql_parser.types.StandaloneFilter parseFilter(java.lang.String filter)
throws LQLException
LQLExceptionpublic static com.endeca.mdex.eql_parser.types.StandaloneFilter parseFilter(java.lang.String filter,
java.lang.String language)
throws LQLException
LQLExceptionpublic static com.endeca.mdex.eql_parser.types.Query parseQuery(java.lang.String text)
throws LQLException
LQLExceptionpublic static com.endeca.mdex.eql_parser.types.Query parseQuery(java.lang.String text,
java.lang.String language)
throws LQLException
LQLExceptionpublic static com.endeca.mdex.eql_parser.types.ExpressionBase parseMetric(java.lang.String text,
java.lang.String language)
throws LQLException
LQLExceptionpublic static com.endeca.mdex.eql_parser.types.Query analyzeQuery(java.util.Collection<CollectionBaseView> baseViews, java.lang.String text, java.lang.String language, java.lang.String entityNs, RequestIds requestIds) throws DataSourceException, LQLException
DataSourceExceptionLQLExceptionCopyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.