Method | Description | |
---|---|---|
Accept ( ISqlAstVisitor visitor ) : void | ||
ConstructFunction ( IList |
||
GroupConcat ( bool distinct, IList |
public Accept ( ISqlAstVisitor visitor ) : void | ||
visitor | ISqlAstVisitor | |
return | void |
public ConstructFunction ( IList |
||
arguments | IList |
|
return | FunctionExpression |
public GroupConcat ( bool distinct, IList |
||
distinct | bool | |
exprList | IList |
|
orderBy | IExpression | |
isDesc | bool | |
appendedColumnNames | IList |
|
separator | string | |
return | System |