Package | Description |
---|---|
com.tangosol.coherence.dslquery | |
com.tangosol.coherence.dslquery.queryplus |
This package contains commands that are specific to the
QueryPlus
tool rather than general CohQL commands. |
Modifier and Type | Method and Description |
---|---|
protected void |
QueryPlus.addStatement(AbstractQueryPlusStatementBuilder builder)
Add a new QueryPlus statement.
|
Modifier and Type | Class and Description |
---|---|
class |
CommandsStatementBuilder
A class that builds the QueryPlus "COMMANDS" command.
|
class |
ExtendedLanguageStatementBuilder
A class that builds the QueryPlus "EXTENDED LANGUAGE" command.
|
class |
HelpStatementBuilder
A
StatementBuilder that builds the QueryPlus "HELP" command. |
class |
SanityCheckStatementBuilder
A
StatementBuilder that builds
the QueryPlus "SANITY CHECK" command. |
class |
ServicesStatementBuilder
A
StatementBuilder that builds
the QueryPlus "SERVICES" command. |
class |
SetTimeoutStatementBuilder
A class that builds the QueryPlus "ALTER SESSION SET TIMEOUT millis" statement.
|
class |
TraceStatementBuilder
A
StatementBuilder that builds the
QueryPlus "TRACE" command. |
class |
WheneverStatementBuilder
A class that builds the QueryPlus "WHENEVER" command.
|