Uses of Class
com.espertech.esper.common.client.soda.ForClauseItem
Packages that use ForClauseItem
Package
Description
This package defines the Esper statement object model.
-
Uses of ForClauseItem in com.espertech.esper.common.client.soda
Methods in com.espertech.esper.common.client.soda that return ForClauseItemModifier and TypeMethodDescriptionstatic ForClauseItem
ForClauseItem.create
(ForClauseKeyword keyword) Creates a for-clause with no expressions.Methods in com.espertech.esper.common.client.soda that return types with arguments of type ForClauseItemMethod parameters in com.espertech.esper.common.client.soda with type arguments of type ForClauseItemModifier and TypeMethodDescriptionvoid
ForClause.setItems
(List<ForClauseItem> items) Sets for-clause items.