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 containsStatementBuilderimplementations.com.tangosol.coherence.dsltools.termtrees This package contains implementations of dsltools buildingTerms.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 CoherenceQueryLanguageQueryPlus.DefaultDependencies. f_languageTheCoherenceQueryLanguageto use.protected CoherenceQueryLanguageExecutionContext. m_languageTheCoherenceQueryLanguageto use.Methods in com.tangosol.coherence.dslquery that return CoherenceQueryLanguage Modifier and Type Method Description CoherenceQueryLanguageExecutionContext. getCoherenceQueryLanguage()Return an instance ofCoherenceQueryLanguageto be used by commands.CoherenceQueryLanguageQueryPlus.DefaultDependencies. getCoherenceQueryLanguage()CoherenceQueryLanguageQueryPlus.Dependencies. getCoherenceQueryLanguage()Return an instance ofCoherenceQueryLanguageto be used by the QueryPlus session.Methods in com.tangosol.coherence.dslquery with parameters of type CoherenceQueryLanguage Modifier and Type Method Description static 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 CoherenceQueryLanguage Constructor Description DefaultDependencies(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 CoherenceQueryLanguage Modifier and Type Method Description protected 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 CoherenceQueryLanguage Modifier and Type Field Description protected static 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 CoherenceQueryLanguage Modifier and Type Method Description static 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 CoherenceQueryLanguage Modifier and Type Field Description protected CoherenceQueryLanguageCoherenceQueryLanguageEngine. f_language -
Uses of CoherenceQueryLanguage in com.tangosol.util
Fields in com.tangosol.util declared as CoherenceQueryLanguage Modifier and Type Field Description protected static CoherenceQueryLanguageQueryHelper. f_languageThe defaultCoherenceQueryLanguageused 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 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.
-