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

Inheritance: DmlQueryStatement
Afficher le fichier Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
Résultat void

DmlSelectStatement() public méthode

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
Résultat System

GetSelectExprListWithoutAlias() public méthode

public GetSelectExprListWithoutAlias ( ) : IList
Résultat IList