C# Class Dazzle.Operations.SelectOperationBuilder

Builds a Select operation into the QueryExecutionPlan by reading the ParseTreeNode.
Inheritance: IOperationBuilder
Mostrar archivo Open project: kellabyte/Dazzle.NET

Public Methods

Method Description
BuildOperation ( Stack scope, ParseTreeNode node, Dazzle.Query.QueryExecutionPlan plan ) : void

Build the current operation in the QueryExecutionPlan by reading the abstract syntax tree.

Method Details

BuildOperation() public method

Build the current operation in the QueryExecutionPlan by reading the abstract syntax tree.
public BuildOperation ( Stack scope, ParseTreeNode node, Dazzle.Query.QueryExecutionPlan plan ) : void
scope Stack Scope of the current .
node ParseTreeNode Current in the abstract syntax tree.
plan Dazzle.Query.QueryExecutionPlan The current being built.
return void