Class WheneverStatementBuilder.WheneverQueryPlusStatement
java.lang.Object
com.tangosol.coherence.dslquery.queryplus.AbstractQueryPlusStatementBuilder.AbstractStatement
com.tangosol.coherence.dslquery.queryplus.WheneverStatementBuilder.WheneverQueryPlusStatement
- All Implemented Interfaces:
Statement
- Enclosing class:
WheneverStatementBuilder
public class WheneverStatementBuilder.WheneverQueryPlusStatement
extends AbstractQueryPlusStatementBuilder.AbstractStatement
The command to set the QueryPlus error action.
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
WheneverQueryPlusStatement
(boolean fStopOnError) Construct a WheneverQueryPlusStatement to set the error action. -
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
-
m_fStopOnError
protected boolean m_fStopOnErrorThe QueryPlus error action.
-
-
Constructor Details
-
WheneverQueryPlusStatement
protected WheneverQueryPlusStatement(boolean fStopOnError) Construct a WheneverQueryPlusStatement to set the error action.- Parameters:
fStopOnError
- flag indicating that statement processing should stop if an error occurs
-
-
Method Details