Uses of Class
com.espertech.esper.common.client.soda.OnInsertSplitStreamItem
Packages that use OnInsertSplitStreamItem
Package
Description
This package defines the Esper statement object model.
-
Uses of OnInsertSplitStreamItem in com.espertech.esper.common.client.soda
Methods in com.espertech.esper.common.client.soda that return OnInsertSplitStreamItemModifier and TypeMethodDescriptionstatic OnInsertSplitStreamItem
OnInsertSplitStreamItem.create
(InsertIntoClause insertInto, SelectClause selectClause, Expression whereClause) Factory method for split-stream items.static OnInsertSplitStreamItem
OnInsertSplitStreamItem.create
(InsertIntoClause insertInto, SelectClause selectClause, List<ContainedEventSelect> propertySelects, String propertySelectsStreamName, Expression whereClause) Factory method for split-stream items.Methods in com.espertech.esper.common.client.soda that return types with arguments of type OnInsertSplitStreamItemModifier and TypeMethodDescriptionOnInsertSplitStreamClause.getItems()
Returns a list of insert-into, select and where-clauses.Methods in com.espertech.esper.common.client.soda with parameters of type OnInsertSplitStreamItemModifier and TypeMethodDescriptionvoid
OnInsertSplitStreamClause.addItem
(OnInsertSplitStreamItem item) Add a insert-into, select and where-clause.Method parameters in com.espertech.esper.common.client.soda with type arguments of type OnInsertSplitStreamItemModifier and TypeMethodDescriptionstatic OnInsertSplitStreamClause
OnInsertSplitStreamClause.create
(boolean isFirst, 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
(List<OnInsertSplitStreamItem> items) Sets a list of insert-into, select and where-clauses.Constructor parameters in com.espertech.esper.common.client.soda with type arguments of type OnInsertSplitStreamItemModifierConstructorDescriptionOnInsertSplitStreamClause
(boolean isFirst, List<OnInsertSplitStreamItem> items) Ctor.