Method | Description | |
---|---|---|
Accept ( ISqlAstVisitor visitor ) : void | ||
ConstructFunction ( IList |
||
GetFormat ( FormatType type, IExpression format ) : System | ||
GetFormatExpr ( ) : IExpression | ||
GetFormatType ( ) : FormatType |
public Accept ( ISqlAstVisitor visitor ) : void | ||
visitor | ISqlAstVisitor | |
return | void |
public ConstructFunction ( IList |
||
arguments | IList |
|
return | FunctionExpression |
public GetFormat ( FormatType type, IExpression format ) : System | ||
type | FormatType | |
format | IExpression | |
return | System |