Uses of Class
com.tangosol.coherence.dslquery.queryplus.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
Modifier and TypeClassDescriptionclass
A CohQL OPToken representing the QueryPlus "commands" command.class
A CohQL OPToken representing the QueryPlus "extended language" command.class
A CohQL OPToken representing the QueryPlus "help" command.class
A CohQL OPToken representing the QueryPlus "sanity check" command.class
A CohQL OPToken representing the QueryPlus "services" command.class
A CohQL OPToken representing the QueryPlus "ALTER SESSION SET TIMEOUT" statement.class
A CohQL OPToken representing the QueryPlus "trace" command.class
A CohQL OPToken representing the QueryPlus "whenever" command.Modifier 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()