Class CommandsStatementBuilder.CommandsQueryPlusStatement
java.lang.Object
com.tangosol.coherence.dslquery.queryplus.AbstractQueryPlusStatementBuilder.AbstractStatement
com.tangosol.coherence.dslquery.queryplus.CommandsStatementBuilder.CommandsQueryPlusStatement
- All Implemented Interfaces:
Statement
- Enclosing class:
CommandsStatementBuilder
public class CommandsStatementBuilder.CommandsQueryPlusStatement
extends AbstractQueryPlusStatementBuilder.AbstractStatement
The implementation of the QueryPlus "commands" command.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(ExecutionContext ctx) Execute a CohQL query or command and return the relevantresult
.Methods inherited from class com.tangosol.coherence.dslquery.queryplus.AbstractQueryPlusStatementBuilder.AbstractStatement
getExecutionConfirmation, sanityCheck, showPlan
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.tangosol.coherence.dslquery.Statement
executeAsync, isManagingTimeout
-
Constructor Details
-
CommandsQueryPlusStatement
public CommandsQueryPlusStatement()
-
-
Method Details