C# Class Tup.Cobar4Net.Parser.Ast.Expression.Primary.Function.Groupby.Count

Inheritance: FunctionExpression
显示文件 Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Public Methods

Method Description
Accept ( ISqlAstVisitor visitor ) : void
ConstructFunction ( IList arguments ) : FunctionExpression
Count ( IExpression arg ) : System.Collections.Generic
Count ( IList arguments ) : System.Collections.Generic

Method Details

Accept() public method

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

ConstructFunction() public method

public ConstructFunction ( IList arguments ) : FunctionExpression
arguments IList
return FunctionExpression

Count() public method

public Count ( IExpression arg ) : System.Collections.Generic
arg IExpression
return System.Collections.Generic

Count() public method

public Count ( IList arguments ) : System.Collections.Generic
arguments IList
return System.Collections.Generic