Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
static OnSelectClause |
OnSelectClause.create(String windowName,
String optionalAsName)
Creates an on-select clause.
|
static OnSelectClause |
OnClause.createOnSelect(String windowName,
String asName)
Creates an on-select clause for selecting from a named window.
|