Class SanityCheckStatementBuilder.SanityCheckQueryPlusStatement
java.lang.Object
com.tangosol.coherence.dslquery.queryplus.AbstractQueryPlusStatementBuilder.AbstractStatement
com.tangosol.coherence.dslquery.queryplus.SanityCheckStatementBuilder.SanityCheckQueryPlusStatement
- All Implemented Interfaces:
Statement
- Enclosing class:
SanityCheckStatementBuilder
public class SanityCheckStatementBuilder.SanityCheckQueryPlusStatement
extends AbstractQueryPlusStatementBuilder.AbstractStatement
A class representing the QueryPlus "SANITY CHECK" command.
-
Field Summary
Modifier and TypeFieldDescriptionprotected final boolean
Flag indicating whether this command turns sanity checking on or off. -
Constructor Summary
ModifierConstructorDescriptionprotected
SanityCheckQueryPlusStatement
(boolean fSanity) Construct a SanityCheckQueryPlusStatement to turn on or off QueryPlus sanity checks. -
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
-
Field Details
-
f_fSanity
protected final boolean f_fSanityFlag indicating whether this command turns sanity checking on or off.
-
-
Constructor Details
-
SanityCheckQueryPlusStatement
protected SanityCheckQueryPlusStatement(boolean fSanity) Construct a SanityCheckQueryPlusStatement to turn on or off QueryPlus sanity checks.- Parameters:
fSanity
- true to turn on sanity checking, false to turn it off.
-
-
Method Details