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
Term
s.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 CoherenceQueryLanguage
QueryPlus.DefaultDependencies.f_language
TheCoherenceQueryLanguage
to use.protected CoherenceQueryLanguage
ExecutionContext.m_language
TheCoherenceQueryLanguage
to use.Methods in com.tangosol.coherence.dslquery that return CoherenceQueryLanguageModifier and TypeMethodDescriptionExecutionContext.getCoherenceQueryLanguage()
Return an instance ofCoherenceQueryLanguage
to be used by commands.QueryPlus.DefaultDependencies.getCoherenceQueryLanguage()
QueryPlus.Dependencies.getCoherenceQueryLanguage()
Return an instance ofCoherenceQueryLanguage
to be used by the QueryPlus session.Methods in com.tangosol.coherence.dslquery with parameters of type CoherenceQueryLanguageModifier and TypeMethodDescriptionstatic QueryPlus.Dependencies
QueryPlus.DependenciesHelper.newInstance
(PrintWriter writer, InputStream inputStream, CoherenceQueryLanguage language, String[] asArgs) Create a new instance ofQueryPlus.Dependencies
.void
ExecutionContext.setCoherenceQueryLanguage
(CoherenceQueryLanguage language) Set theCoherenceQueryLanguage
that 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 specifiedPrintWriter
andBufferedReader
for 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.SelectListMaker
SelectStatementBuilder.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 CoherenceQueryLanguage
Terms.f_language
The defaultCoherenceQueryLanguage
used by this QueryHelper when no language is provided to methods.Methods in com.tangosol.coherence.dsltools.termtrees with parameters of type CoherenceQueryLanguageModifier and TypeMethodDescriptionstatic Term
Terms.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 CoherenceQueryLanguage
CoherenceQueryLanguageEngine.f_language
-
Uses of CoherenceQueryLanguage in com.tangosol.util
Fields in com.tangosol.util declared as CoherenceQueryLanguageModifier and TypeFieldDescriptionprotected static final CoherenceQueryLanguage
QueryHelper.f_language
The defaultCoherenceQueryLanguage
used by this QueryHelper when no language is provided to methods.Methods in com.tangosol.util with parameters of type CoherenceQueryLanguageModifier and TypeMethodDescriptionstatic ValueExtractor
QueryHelper.createExtractor
(String sQuery, CoherenceQueryLanguage language) Make a new ValueExtractor from the given String.static Filter
QueryHelper.createFilter
(String sWhereClause, Object[] aBindings, Map mapBindings, CoherenceQueryLanguage language) Make a new Filter from the given String.protected static Term
QueryHelper.parse
(String sQuery, CoherenceQueryLanguage language) Return theTerm
representing the AST produced by parsing the specified CohQL query String.