Uses of Class
com.tangosol.coherence.dslquery.CoherenceQueryLanguage
-
Packages that use CoherenceQueryLanguage Package Description com.tangosol.coherence.dslquery Contains packages and classes supporting the Coherence CohQL command line tool.com.tangosol.coherence.dslquery.statement This package containsStatementBuilder
implementations.com.tangosol.coherence.dsltools.termtrees This package contains implementations of dsltools buildingTerm
s.com.tangosol.coherence.rest.query Contains classes related to the Coherence REST pluggable query engine.com.tangosol.util Contains various generic utilities. -
-
Uses of CoherenceQueryLanguage in com.tangosol.coherence.dslquery
Fields in com.tangosol.coherence.dslquery declared as CoherenceQueryLanguage Modifier and Type Field Description protected CoherenceQueryLanguage
QueryPlus.DefaultDependencies. f_language
TheCoherenceQueryLanguage
to use.protected CoherenceQueryLanguage
ExecutionContext. m_language
TheCoherenceQueryLanguage
to use.Methods in com.tangosol.coherence.dslquery that return CoherenceQueryLanguage Modifier and Type Method Description CoherenceQueryLanguage
ExecutionContext. getCoherenceQueryLanguage()
Return an instance ofCoherenceQueryLanguage
to be used by commands.CoherenceQueryLanguage
QueryPlus.DefaultDependencies. getCoherenceQueryLanguage()
CoherenceQueryLanguage
QueryPlus.Dependencies. getCoherenceQueryLanguage()
Return an instance ofCoherenceQueryLanguage
to be used by the QueryPlus session.Methods in com.tangosol.coherence.dslquery with parameters of type CoherenceQueryLanguage Modifier and Type Method Description static 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 CoherenceQueryLanguage Constructor Description DefaultDependencies(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 CoherenceQueryLanguage Modifier and Type Method Description protected 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 CoherenceQueryLanguage Modifier and Type Field Description protected static 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 CoherenceQueryLanguage Modifier and Type Method Description static 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 CoherenceQueryLanguage Modifier and Type Field Description protected CoherenceQueryLanguage
CoherenceQueryLanguageEngine. f_language
-
Uses of CoherenceQueryLanguage in com.tangosol.util
Fields in com.tangosol.util declared as CoherenceQueryLanguage Modifier and Type Field Description protected static 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 CoherenceQueryLanguage Modifier and Type Method Description static 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.
-