protected ContextControllerStatementBase(StatementSpecCompiled statementSpec,
                                          StatementContext statementContext,
                                          ContextMergeView mergeView,
                                          StatementAgentInstanceFactory factory)
 {
     StatementSpec    = statementSpec;
     StatementContext = statementContext;
     MergeView        = mergeView;
     Factory          = factory;
 }
예제 #2
0
 public ContextManagedStatementCreateAggregationVariableDesc(StatementSpecCompiled statementSpec, StatementContext statementContext, ContextMergeView mergeView, StatementAgentInstanceFactory factory)
     : base(statementSpec, statementContext, mergeView, factory)
 {
 }
 public ContextManagedStatementCreateWindowDesc(StatementSpecCompiled statementSpec, StatementContext statementContext, ContextMergeView mergeView, StatementAgentInstanceFactory factory)
     : base(statementSpec, statementContext, mergeView, factory)
 {
 }
예제 #4
0
 public ContextManagedStatementSelectDesc(StatementSpecCompiled statementSpec, StatementContext statementContext, ContextMergeView mergeView, StatementAgentInstanceFactory factory, IList <AggregationServiceAggExpressionDesc> aggregationExpressions, SubSelectStrategyCollection subSelectPrototypeCollection)
     : base(statementSpec, statementContext, mergeView, factory)
 {
     AggregationExpressions       = aggregationExpressions;
     SubSelectPrototypeCollection = subSelectPrototypeCollection;
 }