Uses of Class
com.tangosol.coherence.dslquery.CoherenceQueryLanguage
Packages that use CoherenceQueryLanguage
Package
Description
Contains packages and classes supporting the Coherence CohQL command line tool.
This package contains 
StatementBuilder implementations.This package contains implementations of dsltools building 
Terms.Contains classes related to the Coherence REST pluggable query engine.
Contains various generic utilities.
- 
Uses of CoherenceQueryLanguage in com.tangosol.coherence.dslquery
Fields in com.tangosol.coherence.dslquery declared as CoherenceQueryLanguageModifier and TypeFieldDescriptionprotected final CoherenceQueryLanguageQueryPlus.DefaultDependencies.f_languageTheCoherenceQueryLanguageto use.protected CoherenceQueryLanguageExecutionContext.m_languageTheCoherenceQueryLanguageto use.Methods in com.tangosol.coherence.dslquery that return CoherenceQueryLanguageModifier and TypeMethodDescriptionExecutionContext.getCoherenceQueryLanguage()Return an instance ofCoherenceQueryLanguageto be used by commands.QueryPlus.DefaultDependencies.getCoherenceQueryLanguage()QueryPlus.Dependencies.getCoherenceQueryLanguage()Return an instance ofCoherenceQueryLanguageto be used by the QueryPlus session.Methods in com.tangosol.coherence.dslquery with parameters of type CoherenceQueryLanguageModifier and TypeMethodDescriptionstatic QueryPlus.DependenciesQueryPlus.DependenciesHelper.newInstance(PrintWriter writer, InputStream inputStream, CoherenceQueryLanguage language, String[] asArgs) Create a new instance ofQueryPlus.Dependencies.voidExecutionContext.setCoherenceQueryLanguage(CoherenceQueryLanguage language) Set theCoherenceQueryLanguagethat will be used by commands.Constructors in com.tangosol.coherence.dslquery with parameters of type CoherenceQueryLanguageModifierConstructorDescriptionDefaultDependencies(PrintWriter writer, BufferedReader reader, CoherenceQueryLanguage language) Create a DefaultDependencies instance that will use the specifiedPrintWriterandBufferedReaderfor output and input.FilterBuilder(CoherenceQueryLanguage language) Construct a new FilterBuilder.FilterBuilder(List indexedBindVars, ParameterResolver namedBindVars, CoherenceQueryLanguage language) Construct a new FilterBuilder with given default bind variables. - 
Uses of CoherenceQueryLanguage in com.tangosol.coherence.dslquery.statement
Methods in com.tangosol.coherence.dslquery.statement with parameters of type CoherenceQueryLanguageModifier and TypeMethodDescriptionprotected com.tangosol.coherence.dslquery.internal.SelectListMakerSelectStatementBuilder.createSelectListMaker(List listBindVars, ParameterResolver namedBindVars, CoherenceQueryLanguage language) Create an instance of aSelectListMaker. - 
Uses of CoherenceQueryLanguage in com.tangosol.coherence.dsltools.termtrees
Fields in com.tangosol.coherence.dsltools.termtrees declared as CoherenceQueryLanguageModifier and TypeFieldDescriptionprotected static final CoherenceQueryLanguageTerms.f_languageThe defaultCoherenceQueryLanguageused by this QueryHelper when no language is provided to methods.Methods in com.tangosol.coherence.dsltools.termtrees with parameters of type CoherenceQueryLanguageModifier and TypeMethodDescriptionstatic TermTerms.create(String s, CoherenceQueryLanguage language) Create a Tree of Terms using the Term Language in the given String - 
Uses of CoherenceQueryLanguage in com.tangosol.coherence.rest.query
Fields in com.tangosol.coherence.rest.query declared as CoherenceQueryLanguageModifier and TypeFieldDescriptionprotected final CoherenceQueryLanguageCoherenceQueryLanguageEngine.f_language - 
Uses of CoherenceQueryLanguage in com.tangosol.util
Fields in com.tangosol.util declared as CoherenceQueryLanguageModifier and TypeFieldDescriptionprotected static final CoherenceQueryLanguageQueryHelper.f_languageThe defaultCoherenceQueryLanguageused by this QueryHelper when no language is provided to methods.Methods in com.tangosol.util with parameters of type CoherenceQueryLanguageModifier and TypeMethodDescriptionstatic ValueExtractorQueryHelper.createExtractor(String sQuery, CoherenceQueryLanguage language) Make a new ValueExtractor from the given String.static FilterQueryHelper.createFilter(String sWhereClause, Object[] aBindings, Map mapBindings, CoherenceQueryLanguage language) Make a new Filter from the given String.protected static TermQueryHelper.parse(String sQuery, CoherenceQueryLanguage language) Return theTermrepresenting the AST produced by parsing the specified CohQL query String.