Uses of Package
com.tangosol.coherence.dslquery.queryplus
-
Packages that use com.tangosol.coherence.dslquery.queryplus Package Description com.tangosol.coherence.dslquery Contains packages and classes supporting the Coherence CohQL command line tool.com.tangosol.coherence.dslquery.queryplus This package contains commands that are specific to theQueryPlus
tool rather than general CohQL commands. -
Classes in com.tangosol.coherence.dslquery.queryplus used by com.tangosol.coherence.dslquery Class Description AbstractQueryPlusStatementBuilder This is the base class for command builders that are specific to the QueryPlus tool rather than general CohQL statements. -
Classes in com.tangosol.coherence.dslquery.queryplus used by com.tangosol.coherence.dslquery.queryplus Class Description AbstractQueryPlusStatementBuilder This is the base class for command builders that are specific to the QueryPlus tool rather than general CohQL statements.AbstractQueryPlusStatementBuilder.AbstractOPToken AnOPToken
implementation that holds the name of the functor associated to an OPToken.AbstractQueryPlusStatementBuilder.AbstractStatement An abstract base class that allows sub classes to implement the applicable methods onStatement
.CommandsStatementBuilder.CommandsQueryPlusStatement The implementation of the QueryPlus "commands" command.ExtendedLanguageStatementBuilder.ExtendedLanguageQueryPlusStatement The command to turn on or off extended CohQL.HelpStatementBuilder.HelpQueryPlusStatement A class representing the QueryPlus "HELP" command.SanityCheckStatementBuilder.SanityCheckQueryPlusStatement A class representing the QueryPlus "SANITY CHECK" command.ServicesStatementBuilder.ServicesQueryPlusStatement A class representing the "SERVICES" QueryPlus command.TraceStatementBuilder.TraceQueryPlusStatement A command that turns on or off QueryPlus trace.WheneverStatementBuilder.WheneverQueryPlusStatement The command to set the QueryPlus error action.