Class ExtendedLanguageStatementBuilder.ExtendedLanguageQueryPlusStatement
- java.lang.Object
- 
- com.tangosol.coherence.dslquery.queryplus.AbstractQueryPlusStatementBuilder.AbstractStatement
- 
- com.tangosol.coherence.dslquery.queryplus.ExtendedLanguageStatementBuilder.ExtendedLanguageQueryPlusStatement
 
 
- 
- All Implemented Interfaces:
- Statement
 - Enclosing class:
- ExtendedLanguageStatementBuilder
 
 public class ExtendedLanguageStatementBuilder.ExtendedLanguageQueryPlusStatement extends AbstractQueryPlusStatementBuilder.AbstractStatement The command to turn on or off extended CohQL.
- 
- 
Field SummaryFields Modifier and Type Field Description protected booleanm_fExtendedFlag indicating whether this command turns trace on or off.
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedExtendedLanguageQueryPlusStatement(boolean fExtended)Construct a ExtendedLanguageQueryPlusStatement to turn on or off extended CohQL.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StatementResultexecute(ExecutionContext ctx)Execute a CohQL query or command and return the relevantresult.- 
Methods inherited from class com.tangosol.coherence.dslquery.queryplus.AbstractQueryPlusStatementBuilder.AbstractStatementgetExecutionConfirmation, sanityCheck, showPlan
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.tangosol.coherence.dslquery.StatementexecuteAsync, isManagingTimeout
 
- 
 
- 
- 
- 
Method Detail- 
executepublic StatementResult execute(ExecutionContext ctx) Description copied from interface:StatementExecute a CohQL query or command and return the relevantresult.- Parameters:
- ctx- the- contextto use
- Returns:
- a StatementResult containing the results of executing the statement
 
 
- 
 
-