Uses of Class
com.espertech.esper.common.client.soda.CreateContextClause
Packages that use CreateContextClause
Package
Description
This package defines the Esper statement object model.
-
Uses of CreateContextClause in com.espertech.esper.common.client.soda
Methods in com.espertech.esper.common.client.soda that return CreateContextClauseModifier and TypeMethodDescriptionEPStatementObjectModel.getCreateContext()
Returns the create-context clause.Methods in com.espertech.esper.common.client.soda that return types with arguments of type CreateContextClauseModifier and TypeMethodDescriptionContextDescriptorNested.getContexts()
Returns the list of nested contextsMethods in com.espertech.esper.common.client.soda with parameters of type CreateContextClauseModifier and TypeMethodDescriptionvoid
EPStatementObjectModel.setCreateContext
(CreateContextClause createContext) Sets the create-context clause.Method parameters in com.espertech.esper.common.client.soda with type arguments of type CreateContextClauseModifier and TypeMethodDescriptionvoid
ContextDescriptorNested.setContexts
(List<CreateContextClause> contexts) Sets the list of nested contextsConstructor parameters in com.espertech.esper.common.client.soda with type arguments of type CreateContextClause