Uses of Class
com.tangosol.coherence.dslquery.queryplus.AbstractQueryPlusStatementBuilder.AbstractStatement
-
Packages that use AbstractQueryPlusStatementBuilder.AbstractStatement Package Description com.tangosol.coherence.dslquery.queryplus This package contains commands that are specific to theQueryPlus
tool rather than general CohQL commands. -
-
Uses of AbstractQueryPlusStatementBuilder.AbstractStatement in com.tangosol.coherence.dslquery.queryplus
Subclasses of AbstractQueryPlusStatementBuilder.AbstractStatement in com.tangosol.coherence.dslquery.queryplus Modifier and Type Class Description class
CommandsStatementBuilder.CommandsQueryPlusStatement
The implementation of the QueryPlus "commands" command.class
ExtendedLanguageStatementBuilder.ExtendedLanguageQueryPlusStatement
The command to turn on or off extended CohQL.class
HelpStatementBuilder.HelpQueryPlusStatement
A class representing the QueryPlus "HELP" command.class
SanityCheckStatementBuilder.SanityCheckQueryPlusStatement
A class representing the QueryPlus "SANITY CHECK" command.class
ServicesStatementBuilder.ServicesQueryPlusStatement
A class representing the "SERVICES" QueryPlus command.class
SetTimeoutStatementBuilder.SetTimeoutStatement
The implementation of the QueryPlus "ALTER SESSION SET TIMEOUT" statement.class
TraceStatementBuilder.TraceQueryPlusStatement
A command that turns on or off QueryPlus trace.class
WheneverStatementBuilder.WheneverQueryPlusStatement
The command to set the QueryPlus error action.
-