Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
CreateContextClause |
EPStatementObjectModel.getCreateContext()
Returns the create-context clause.
|
Modifier and Type | Method and Description |
---|---|
List<CreateContextClause> |
ContextDescriptorNested.getContexts()
Returns the list of nested contexts
|
Modifier and Type | Method and Description |
---|---|
void |
EPStatementObjectModel.setCreateContext(CreateContextClause createContext)
Sets the create-context clause.
|
Modifier and Type | Method and Description |
---|---|
void |
ContextDescriptorNested.setContexts(List<CreateContextClause> contexts)
Sets the list of nested contexts
|
Constructor and Description |
---|
ContextDescriptorNested(List<CreateContextClause> contexts)
Ctor.
|