public class WheneverStatementBuilder.WheneverQueryPlusStatement extends AbstractQueryPlusStatementBuilder.AbstractStatement
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
m_fStopOnError
The QueryPlus error action.
|
| Modifier | Constructor and Description |
|---|---|
protected |
WheneverQueryPlusStatement(boolean fStopOnError)
Construct a WheneverQueryPlusStatement to set the error action.
|
| 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 WheneverQueryPlusStatement(boolean fStopOnError)
fStopOnError - flag indicating that statement processing
should stop if an error occurspublic StatementResult execute(ExecutionContext ctx)
Statementresult.ctx - the context to use