|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.OnTriggerDesc
com.espertech.esper.epl.spec.OnTriggerSplitStreamDesc
public class OnTriggerSplitStreamDesc
Specification for the on-select splitstream statement.
Constructor Summary | |
---|---|
OnTriggerSplitStreamDesc(OnTriggerType onTriggerType,
boolean isFirst,
java.util.List<OnTriggerSplitStream> splitStreams)
Ctor. |
Method Summary | |
---|---|
java.util.List<OnTriggerSplitStream> |
getSplitStreams()
Returns the remaining insert-into and select-clauses in the split-stream clause. |
boolean |
isFirst()
Returns indicator whether only the first or all where-clauses are triggering. |
Methods inherited from class com.espertech.esper.epl.spec.OnTriggerDesc |
---|
getOnTriggerType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OnTriggerSplitStreamDesc(OnTriggerType onTriggerType, boolean isFirst, java.util.List<OnTriggerSplitStream> splitStreams)
onTriggerType
- type of triggerisFirst
- true for use the first-matching where clause, false for allsplitStreams
- streamsMethod Detail |
---|
public java.util.List<OnTriggerSplitStream> getSplitStreams()
public boolean isFirst()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |