Uses of Class
com.tangosol.coherence.dslquery.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
Modifier and TypeFieldDescriptionprotected final CoherenceQueryLanguage
QueryPlus.DefaultDependencies.f_language
TheCoherenceQueryLanguage
to use.protected CoherenceQueryLanguage
ExecutionContext.m_language
TheCoherenceQueryLanguage
to use.Modifier 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.Modifier 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.ModifierConstructorDescriptionDefaultDependencies
(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
Modifier 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
Modifier and TypeFieldDescriptionprotected static final CoherenceQueryLanguage
Terms.f_language
The defaultCoherenceQueryLanguage
used by this QueryHelper when no language is provided to methods.Modifier 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
Modifier and TypeFieldDescriptionprotected final CoherenceQueryLanguage
CoherenceQueryLanguageEngine.f_language
-
Uses of CoherenceQueryLanguage in com.tangosol.util
Modifier and TypeFieldDescriptionprotected static final CoherenceQueryLanguage
QueryHelper.f_language
The defaultCoherenceQueryLanguage
used by this QueryHelper when no language is provided to methods.Modifier 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.