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, showPlan
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isManagingTimeout
protected WheneverQueryPlusStatement(boolean fStopOnError)
fStopOnError
- flag indicating that statement processing
should stop if an error occurspublic StatementResult execute(ExecutionContext ctx)
Statement
result
.ctx
- the context
to use