public class TraceStatementBuilder.TraceQueryPlusStatement extends AbstractQueryPlusStatementBuilder.AbstractStatement
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
m_fTrace
Flag indicating whether this command turns trace on or off.
|
| Modifier | Constructor and Description |
|---|---|
protected |
TraceQueryPlusStatement(boolean fTrace)
Construct a command to turn on or off QueryPlus tracing.
|
| 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 boolean m_fTrace
protected TraceQueryPlusStatement(boolean fTrace)
fTrace - true to turn trace on, false to turn it offpublic StatementResult execute(ExecutionContext ctx)
Statementresult.ctx - the context to use