public class SanityCheckStatementBuilder.SanityCheckQueryPlusStatement extends AbstractQueryPlusStatementBuilder.AbstractStatement
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
f_fSanity
Flag indicating whether this command turns sanity checking on or off.
|
| Modifier | Constructor and Description |
|---|---|
protected |
SanityCheckQueryPlusStatement(boolean fSanity)
Construct a SanityCheckQueryPlusStatement to turn on or off QueryPlus sanity checks.
|
| Modifier and Type | Method and Description |
|---|---|
StatementResult |
execute(ExecutionContext ctx)
Execute a CohQL query or command and return the relevant
result. |
getExecutionConfirmation, sanityCheck, showPlanclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisManagingTimeoutprotected final boolean f_fSanity
protected SanityCheckQueryPlusStatement(boolean fSanity)
fSanity - true to turn on sanity checking, false to turn it off.public StatementResult execute(ExecutionContext ctx)
Statementresult.ctx - the context to use