Package com.tangosol.coherence.dslquery.queryplus
This package contains commands that are specific to the
QueryPlus
tool rather than general CohQL commands.- Since:
- 12.2.1
-
Class Summary Class Description AbstractQueryPlusStatementBuilder This is the base class for command builders that are specific to the QueryPlus tool rather than general CohQL statements.CommandsStatementBuilder A class that builds the QueryPlus "COMMANDS" command.ExtendedLanguageStatementBuilder A class that builds the QueryPlus "EXTENDED LANGUAGE" command.HelpStatementBuilder AStatementBuilder
that builds the QueryPlus "HELP" command.SanityCheckStatementBuilder AStatementBuilder
that builds the QueryPlus "SANITY CHECK" command.ServicesStatementBuilder AStatementBuilder
that builds the QueryPlus "SERVICES" command.SetTimeoutStatementBuilder A class that builds the QueryPlus "ALTER SESSION SET TIMEOUT millis" statement.TraceStatementBuilder AStatementBuilder
that builds the QueryPlus "TRACE" command.WheneverStatementBuilder A class that builds the QueryPlus "WHENEVER" command.