|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.OnTriggerSplitStream
public class OnTriggerSplitStream
Split-stream description.
Constructor Summary | |
---|---|
OnTriggerSplitStream(InsertIntoDesc insertInto,
SelectClauseSpecRaw selectClause,
ExprNode whereClause)
Ctor. |
Method Summary | |
---|---|
InsertIntoDesc |
getInsertInto()
Returns the insert-into clause. |
SelectClauseSpecRaw |
getSelectClause()
Returns the select clause. |
ExprNode |
getWhereClause()
Returns the where clause or null if not defined |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OnTriggerSplitStream(InsertIntoDesc insertInto, SelectClauseSpecRaw selectClause, ExprNode whereClause)
insertInto
- the insert-into clauseselectClause
- the select-clausewhereClause
- where-expression or nullMethod Detail |
---|
public InsertIntoDesc getInsertInto()
public SelectClauseSpecRaw getSelectClause()
public ExprNode getWhereClause()
|
© 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 |