com.espertech.esper.client.soda
Class OnInsertSplitStreamItem

java.lang.Object
  extended by com.espertech.esper.client.soda.OnInsertSplitStreamItem
All Implemented Interfaces:
java.io.Serializable

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

Items within the split-stream syntax to contain a tuple of insert-into, select and where-clause.

See Also:
Serialized Form

Constructor Summary
OnInsertSplitStreamItem()
          Ctor.
OnInsertSplitStreamItem(InsertIntoClause insertInto, SelectClause selectClause, Expression whereClause)
          Ctor.
 
Method Summary
static OnInsertSplitStreamItem create(InsertIntoClause insertInto, SelectClause selectClause, Expression whereClause)
          Factory method for split-stream items.
 InsertIntoClause getInsertInto()
          Returns the insert-into clause.
 SelectClause getSelectClause()
          Returns the select-clause.
 Expression getWhereClause()
          Returns the optional where-clause.
 void setInsertInto(InsertIntoClause insertInto)
          Sets the insert-into clause.
 void setSelectClause(SelectClause selectClause)
          Sets the select-clause.
 void setWhereClause(Expression whereClause)
          Sets the optional where-clause
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnInsertSplitStreamItem

public OnInsertSplitStreamItem()
Ctor.


OnInsertSplitStreamItem

public OnInsertSplitStreamItem(InsertIntoClause insertInto,
                               SelectClause selectClause,
                               Expression whereClause)
Ctor.

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

create

public static OnInsertSplitStreamItem create(InsertIntoClause insertInto,
                                             SelectClause selectClause,
                                             Expression whereClause)
Factory method for split-stream items.

Parameters:
insertInto - the insert-into clause
selectClause - the select-clause
whereClause - where-expression or null
Returns:
split-stream item

getInsertInto

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

Returns:
insert-into clause

setInsertInto

public void setInsertInto(InsertIntoClause insertInto)
Sets the insert-into clause.

Parameters:
insertInto - insert-into clause

getSelectClause

public SelectClause getSelectClause()
Returns the select-clause.

Returns:
select-clause

setSelectClause

public void setSelectClause(SelectClause selectClause)
Sets the select-clause.

Parameters:
selectClause - select-clause

getWhereClause

public Expression getWhereClause()
Returns the optional where-clause.

Returns:
where-clause

setWhereClause

public void setWhereClause(Expression whereClause)
Sets the optional where-clause

Parameters:
whereClause - to set

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