Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
List<ContainedEventSelect> |
Filter.getOptionalPropertySelects()
Returns contained-event spec.
|
List<ContainedEventSelect> |
OnInsertSplitStreamItem.getPropertySelects()
Returns contained-event selection, if any.
|
Modifier and Type | Method and Description |
---|---|
static 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 select
|
Constructor and Description |
---|
OnInsertSplitStreamItem(InsertIntoClause insertInto,
SelectClause selectClause,
List<ContainedEventSelect> propertySelects,
String propertySelectsStreamName,
Expression whereClause)
Ctor.
|