Uses of Class
com.tangosol.coherence.dslquery.queryplus.AbstractQueryPlusStatementBuilder
-
Packages that use AbstractQueryPlusStatementBuilder Package Description com.tangosol.coherence.dslquery Contains packages and classes supporting the Coherence CohQL command line tool.com.tangosol.coherence.dslquery.queryplus This package contains commands that are specific to theQueryPlus
tool rather than general CohQL commands. -
-
Uses of AbstractQueryPlusStatementBuilder in com.tangosol.coherence.dslquery
Methods in com.tangosol.coherence.dslquery with parameters of type AbstractQueryPlusStatementBuilder Modifier and Type Method Description protected void
QueryPlus. addStatement(AbstractQueryPlusStatementBuilder builder)
Add a new QueryPlus statement. -
Uses of AbstractQueryPlusStatementBuilder in com.tangosol.coherence.dslquery.queryplus
Subclasses of AbstractQueryPlusStatementBuilder in com.tangosol.coherence.dslquery.queryplus Modifier and Type Class Description class
CommandsStatementBuilder
A class that builds the QueryPlus "COMMANDS" command.class
ExtendedLanguageStatementBuilder
A class that builds the QueryPlus "EXTENDED LANGUAGE" command.class
HelpStatementBuilder
AStatementBuilder
that builds the QueryPlus "HELP" command.class
SanityCheckStatementBuilder
AStatementBuilder
that builds the QueryPlus "SANITY CHECK" command.class
ServicesStatementBuilder
AStatementBuilder
that builds the QueryPlus "SERVICES" command.class
SetTimeoutStatementBuilder
A class that builds the QueryPlus "ALTER SESSION SET TIMEOUT millis" statement.class
TraceStatementBuilder
AStatementBuilder
that builds the QueryPlus "TRACE" command.class
WheneverStatementBuilder
A class that builds the QueryPlus "WHENEVER" command.
-