C# Class Tup.Cobar4Net.Parser.Ast.Stmt.Dml.DmlSelectStatement

Inheritance: DmlQueryStatement
ファイルを表示 Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Public Methods

Method Description
Accept ( ISqlAstVisitor visitor ) : void
DmlSelectStatement ( SelectOption option, string>.IList selectExprList, TableReferences tables, IExpression where, GroupBy group, IExpression having, OrderBy order, Limit limit ) : System
GetSelectExprListWithoutAlias ( ) : IList

Method Details

Accept() public method

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
return void

DmlSelectStatement() public method

public DmlSelectStatement ( SelectOption option, string>.IList selectExprList, TableReferences tables, IExpression where, GroupBy group, IExpression having, OrderBy order, Limit limit ) : System
option SelectOption
selectExprList string>.IList
tables Tup.Cobar4Net.Parser.Ast.Fragment.Tableref.TableReferences
where IExpression
group Tup.Cobar4Net.Parser.Ast.Fragment.GroupBy
having IExpression
order Tup.Cobar4Net.Parser.Ast.Fragment.OrderBy
limit Tup.Cobar4Net.Parser.Ast.Fragment.Limit
return System

GetSelectExprListWithoutAlias() public method

public GetSelectExprListWithoutAlias ( ) : IList
return IList