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 Summary
FieldsModifier and TypeFieldDescriptionprotected booleanFlag indicating whether this command turns trace on or off. - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedExtendedLanguageQueryPlusStatement(boolean fExtended) Construct a ExtendedLanguageQueryPlusStatement to turn on or off extended CohQL. - 
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, showPlanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.tangosol.coherence.dslquery.Statement
executeAsync, isManagingTimeout 
- 
Field Details
- 
m_fExtended
protected boolean m_fExtendedFlag indicating whether this command turns trace on or off. 
 - 
 - 
Constructor Details
- 
ExtendedLanguageQueryPlusStatement
protected ExtendedLanguageQueryPlusStatement(boolean fExtended) Construct a ExtendedLanguageQueryPlusStatement to turn on or off extended CohQL.- Parameters:
 fExtended- true to turn on extended CohQL
 
 - 
 - 
Method Details