C# 클래스 Tup.Cobar4Net.Parser.Ast.Stmt.Dml.DmlSelectStatement

상속: DmlQueryStatement
파일 보기 프로젝트 열기: tupunco/Tup.Cobar4Net 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Accept() 공개 메소드

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
리턴 void

DmlSelectStatement() 공개 메소드

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
리턴 System

GetSelectExprListWithoutAlias() 공개 메소드

public GetSelectExprListWithoutAlias ( ) : IList
리턴 IList