Uses of Class
com.tangosol.coherence.dslquery.queryplus.AbstractQueryPlusStatementBuilder.AbstractOPToken
Packages that use AbstractQueryPlusStatementBuilder.AbstractOPToken
Package
Description
This package contains commands that are specific to the 
QueryPlus
 tool rather than general CohQL commands.- 
Uses of AbstractQueryPlusStatementBuilder.AbstractOPToken in com.tangosol.coherence.dslquery.queryplus
Subclasses of AbstractQueryPlusStatementBuilder.AbstractOPToken in com.tangosol.coherence.dslquery.queryplusModifier and TypeClassDescriptionclassA CohQL OPToken representing the QueryPlus "commands" command.classA CohQL OPToken representing the QueryPlus "extended language" command.classA CohQL OPToken representing the QueryPlus "help" command.classA CohQL OPToken representing the QueryPlus "sanity check" command.classA CohQL OPToken representing the QueryPlus "services" command.classA CohQL OPToken representing the QueryPlus "ALTER SESSION SET TIMEOUT" statement.classA CohQL OPToken representing the QueryPlus "trace" command.classA CohQL OPToken representing the QueryPlus "whenever" command.Methods in com.tangosol.coherence.dslquery.queryplus that return AbstractQueryPlusStatementBuilder.AbstractOPTokenModifier and TypeMethodDescriptionAbstractQueryPlusStatementBuilder.instantiateOpToken()Return the OPToken for this command.CommandsStatementBuilder.instantiateOpToken()ExtendedLanguageStatementBuilder.instantiateOpToken()HelpStatementBuilder.instantiateOpToken()SanityCheckStatementBuilder.instantiateOpToken()ServicesStatementBuilder.instantiateOpToken()SetTimeoutStatementBuilder.instantiateOpToken()TraceStatementBuilder.instantiateOpToken()WheneverStatementBuilder.instantiateOpToken()