Uses of Class
com.espertech.esper.client.soda.CreateContextClause

Packages that use CreateContextClause
com.espertech.esper.client.soda This package defines the Esper statement object model. 
 

Uses of CreateContextClause in com.espertech.esper.client.soda
 

Methods in com.espertech.esper.client.soda that return CreateContextClause
 CreateContextClause EPStatementObjectModel.getCreateContext()
          Returns the create-context clause.
 

Methods in com.espertech.esper.client.soda that return types with arguments of type CreateContextClause
 java.util.List<CreateContextClause> ContextDescriptorNested.getContexts()
          Returns the list of nested contexts
 

Methods in com.espertech.esper.client.soda with parameters of type CreateContextClause
 void EPStatementObjectModel.setCreateContext(CreateContextClause createContext)
          Sets the create-context clause.
 

Method parameters in com.espertech.esper.client.soda with type arguments of type CreateContextClause
 void ContextDescriptorNested.setContexts(java.util.List<CreateContextClause> contexts)
          Sets the list of nested contexts
 

Constructor parameters in com.espertech.esper.client.soda with type arguments of type CreateContextClause
ContextDescriptorNested(java.util.List<CreateContextClause> contexts)
          Ctor.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com