protected ContextControllerStatementBase(StatementSpecCompiled statementSpec, StatementContext statementContext, ContextMergeView mergeView, StatementAgentInstanceFactory factory) { StatementSpec = statementSpec; StatementContext = statementContext; MergeView = mergeView; Factory = factory; }
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) { }
public ContextManagedStatementSelectDesc(StatementSpecCompiled statementSpec, StatementContext statementContext, ContextMergeView mergeView, StatementAgentInstanceFactory factory, IList <AggregationServiceAggExpressionDesc> aggregationExpressions, SubSelectStrategyCollection subSelectPrototypeCollection) : base(statementSpec, statementContext, mergeView, factory) { AggregationExpressions = aggregationExpressions; SubSelectPrototypeCollection = subSelectPrototypeCollection; }