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 theQueryPlustool 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 classCommandsStatementBuilder.CommandsQueryPlusStatementThe implementation of the QueryPlus "commands" command.classExtendedLanguageStatementBuilder.ExtendedLanguageQueryPlusStatementThe command to turn on or off extended CohQL.classHelpStatementBuilder.HelpQueryPlusStatementA class representing the QueryPlus "HELP" command.classSanityCheckStatementBuilder.SanityCheckQueryPlusStatementA class representing the QueryPlus "SANITY CHECK" command.classServicesStatementBuilder.ServicesQueryPlusStatementA class representing the "SERVICES" QueryPlus command.classSetTimeoutStatementBuilder.SetTimeoutStatementThe implementation of the QueryPlus "ALTER SESSION SET TIMEOUT" statement.classTraceStatementBuilder.TraceQueryPlusStatementA command that turns on or off QueryPlus trace.classWheneverStatementBuilder.WheneverQueryPlusStatementThe command to set the QueryPlus error action.
-