Uses of Class
com.espertech.esper.common.client.soda.ContainedEventSelect
Package
Description
This package defines the Esper statement object model.
-
Uses of ContainedEventSelect in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionFilter.getOptionalPropertySelects()
Returns contained-event spec.OnInsertSplitStreamItem.getPropertySelects()
Returns contained-event selection, if any.Modifier and TypeMethodDescriptionstatic OnInsertSplitStreamItem
OnInsertSplitStreamItem.create
(InsertIntoClause insertInto, SelectClause selectClause, List<ContainedEventSelect> propertySelects, String propertySelectsStreamName, Expression whereClause) Factory method for split-stream items.void
Filter.setOptionalPropertySelects
(List<ContainedEventSelect> optionalPropertySelects) Sets the contained-event selection, if any.void
OnInsertSplitStreamItem.setPropertySelects
(List<ContainedEventSelect> propertySelects) Sets contained-event selection, if any.static void
ContainedEventSelect.toEPL
(StringWriter writer, EPStatementFormatter formatter, List<ContainedEventSelect> items) Render contained-event selectModifierConstructorDescriptionOnInsertSplitStreamItem
(InsertIntoClause insertInto, SelectClause selectClause, List<ContainedEventSelect> propertySelects, String propertySelectsStreamName, Expression whereClause) Ctor.