Uses of Class
com.espertech.esper.client.soda.OnInsertSplitStreamItem

Packages that use OnInsertSplitStreamItem
com.espertech.esper.client.soda This package defines the Esper statement object model. 
 

Uses of OnInsertSplitStreamItem in com.espertech.esper.client.soda
 

Methods in com.espertech.esper.client.soda that return OnInsertSplitStreamItem
static OnInsertSplitStreamItem OnInsertSplitStreamItem.create(InsertIntoClause insertInto, SelectClause selectClause, Expression whereClause)
          Factory method for split-stream items.
 

Methods in com.espertech.esper.client.soda that return types with arguments of type OnInsertSplitStreamItem
 java.util.List<OnInsertSplitStreamItem> OnInsertSplitStreamClause.getItems()
          Returns a list of insert-into, select and where-clauses.
 

Methods in com.espertech.esper.client.soda with parameters of type OnInsertSplitStreamItem
 void OnInsertSplitStreamClause.addItem(OnInsertSplitStreamItem item)
          Add a insert-into, select and where-clause.
 

Method parameters in com.espertech.esper.client.soda with type arguments of type OnInsertSplitStreamItem
static OnInsertSplitStreamClause OnInsertSplitStreamClause.create(boolean isFirst, java.util.List<OnInsertSplitStreamItem> items)
          Creates a split-stream on-insert clause from an indicator whether to consider the first of all where-clauses, and a list of items.
 void OnInsertSplitStreamClause.setItems(java.util.List<OnInsertSplitStreamItem> items)
          Sets a list of insert-into, select and where-clauses.
 

Constructor parameters in com.espertech.esper.client.soda with type arguments of type OnInsertSplitStreamItem
OnInsertSplitStreamClause(boolean isFirst, java.util.List<OnInsertSplitStreamItem> items)
          Ctor.
 


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