Uses of Class
com.espertech.esper.epl.spec.UpdateDesc

Packages that use UpdateDesc
com.espertech.esper.core.context.factory Statement agent instance factories. 
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
com.espertech.esper.epl.spec Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
 

Uses of UpdateDesc in com.espertech.esper.core.context.factory
 

Constructors in com.espertech.esper.core.context.factory with parameters of type UpdateDesc
StatementAgentInstanceFactoryUpdate(StatementContext statementContext, EPServicesContext services, EventType streamEventType, UpdateDesc desc, InternalRoutePreprocessView onExprView, InternalEventRouterDesc routerDesc, SubSelectStrategyCollection subSelectStrategyCollection)
           
 

Uses of UpdateDesc in com.espertech.esper.core.service
 

Methods in com.espertech.esper.core.service that return UpdateDesc
 UpdateDesc InternalEventRouterDesc.getUpdateDesc()
           
 

Methods in com.espertech.esper.core.service with parameters of type UpdateDesc
 InternalEventRouterDesc InternalEventRouterImpl.getValidatePreprocessing(EventType eventType, UpdateDesc desc, java.lang.annotation.Annotation[] annotations)
           
 InternalEventRouterDesc InternalEventRouter.getValidatePreprocessing(EventType eventType, UpdateDesc desc, java.lang.annotation.Annotation[] annotations)
           
 void InternalEventRouterImpl.removePreprocessing(EventType eventType, UpdateDesc desc)
           
 void InternalEventRouter.removePreprocessing(EventType eventType, UpdateDesc desc)
          Remove preprocessing.
 

Constructors in com.espertech.esper.core.service with parameters of type UpdateDesc
InternalEventRouterDesc(UpdateDesc updateDesc, EventBeanCopyMethod copyMethod, TypeWidener[] wideners, EventType eventType, java.lang.annotation.Annotation[] annotations)
           
 

Uses of UpdateDesc in com.espertech.esper.epl.spec
 

Methods in com.espertech.esper.epl.spec that return UpdateDesc
 UpdateDesc StatementSpecRaw.getUpdateDesc()
          Returns the update spec.
 UpdateDesc StatementSpecCompiled.getUpdateSpec()
          Returns the update spec if update clause is used.
 

Methods in com.espertech.esper.epl.spec with parameters of type UpdateDesc
 void StatementSpecRaw.setUpdateDesc(UpdateDesc updateDesc)
          Sets the update specification.
 

Constructors in com.espertech.esper.epl.spec with parameters of type UpdateDesc
StatementSpecCompiled(OnTriggerDesc onTriggerDesc, CreateWindowDesc createWindowDesc, CreateIndexDesc createIndexDesc, CreateVariableDesc createVariableDesc, CreateTableDesc createTableDesc, CreateSchemaDesc createSchemaDesc, InsertIntoDesc insertIntoDesc, SelectClauseStreamSelectorEnum selectClauseStreamSelectorEnum, SelectClauseSpecCompiled selectClauseSpec, StreamSpecCompiled[] streamSpecs, OuterJoinDesc[] outerJoinDescList, ExprNode filterExprRootNode, ExprNode havingExprRootNode, OutputLimitSpec outputLimitSpec, OrderByItem[] orderByList, ExprSubselectNode[] subSelectExpressions, ExprDeclaredNode[] declaredExpressions, java.util.Set<java.lang.String> variableReferences, RowLimitSpec rowLimitSpec, java.lang.String[] eventTypeReferences, java.lang.annotation.Annotation[] annotations, UpdateDesc updateSpec, MatchRecognizeSpec matchRecognizeSpec, ForClauseSpec forClauseSpec, java.util.Map<java.lang.Integer,java.util.List<ExprNode>> sqlParameters, CreateContextDesc contextDesc, java.lang.String optionalContextName, CreateDataFlowDesc createGraphDesc, CreateExpressionDesc createExpressionDesc, FireAndForgetSpec fireAndForgetSpec, GroupByClauseExpressions groupByExpressions, IntoTableSpec intoTableSpec, ExprTableAccessNode[] tableNodes)
          Ctor.
 


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