Property | Type | Description | |
---|---|---|---|
arguments | IList |
||
functionName | string |
Method | Description | |
---|---|---|
Accept ( ISqlAstVisitor visitor ) : void | ||
ConstructFunction ( IList |
|
|
FunctionExpression ( string functionName, IList |
||
Init ( ) : void |
Method | Description | |
---|---|---|
WrapList ( IExpression expr ) : IList |
public Accept ( ISqlAstVisitor visitor ) : void | ||
visitor | ISqlAstVisitor | |
return | void |
public abstract ConstructFunction ( IList |
||
arguments | IList |
|
return |
public FunctionExpression ( string functionName, IList |
||
functionName | string | |
arguments | IList |
|
return | System.Collections.Generic |
protected static WrapList ( IExpression expr ) : IList |
||
expr | IExpression | |
return | IList |