com.espertech.esper.epl.spec
Class OnTriggerSplitStream

java.lang.Object
  extended by com.espertech.esper.epl.spec.OnTriggerSplitStream
All Implemented Interfaces:
java.io.Serializable

public class OnTriggerSplitStream
extends java.lang.Object
implements java.io.Serializable

Split-stream description.

See Also:
Serialized Form

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

OnTriggerSplitStream

public OnTriggerSplitStream(InsertIntoDesc insertInto,
                            SelectClauseSpecRaw selectClause,
                            ExprNode whereClause)
Ctor.

Parameters:
insertInto - the insert-into clause
selectClause - the select-clause
whereClause - where-expression or null
Method Detail

getInsertInto

public InsertIntoDesc getInsertInto()
Returns the insert-into clause.

Returns:
insert-into

getSelectClause

public SelectClauseSpecRaw getSelectClause()
Returns the select clause.

Returns:
select

getWhereClause

public ExprNode getWhereClause()
Returns the where clause or null if not defined

Returns:
where clause

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com