C# Class Tup.Cobar4Net.Parser.Ast.Expression.Primary.Function.Datetime.GetFormat

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

Méthodes publiques

Méthode Description
Accept ( ISqlAstVisitor visitor ) : void
ConstructFunction ( IList arguments ) : FunctionExpression
GetFormat ( FormatType type, IExpression format ) : System
GetFormatExpr ( ) : IExpression
GetFormatType ( ) : FormatType

Method Details

Accept() public méthode

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

ConstructFunction() public méthode

public ConstructFunction ( IList arguments ) : FunctionExpression
arguments IList
Résultat FunctionExpression

GetFormat() public méthode

public GetFormat ( FormatType type, IExpression format ) : System
type FormatType
format IExpression
Résultat System

GetFormatExpr() public méthode

public GetFormatExpr ( ) : IExpression
Résultat IExpression

GetFormatType() public méthode

public GetFormatType ( ) : FormatType
Résultat FormatType