public class QueryLanguages extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | LANG_METHODQL | 
| static String | LANG_PREPARED_SQL | 
| static String | LANG_SQL | 
| Constructor and Description | 
|---|
| QueryLanguages() | 
| Modifier and Type | Method and Description | 
|---|---|
| static ExpressionParser | parserForLanguage(String language)Return the  ExpressionParserforlanguage, ornullif no expression parser exists in the system for
 the specified language. | 
public static final String LANG_SQL
public static final String LANG_PREPARED_SQL
public static final String LANG_METHODQL
public static ExpressionParser parserForLanguage(String language)
ExpressionParser for language, or
 null if no expression parser exists in the system for
 the specified language.Copyright © 2006–2018 Apache Software Foundation. All rights reserved.