C# 클래스 Tup.Cobar4Net.Parser.Ast.Expression.Primary.Function.Datetime.GetFormat

상속: FunctionExpression
파일 보기 프로젝트 열기: tupunco/Tup.Cobar4Net 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( ISqlAstVisitor visitor ) : void
ConstructFunction ( IList arguments ) : FunctionExpression
GetFormat ( FormatType type, IExpression format ) : System
GetFormatExpr ( ) : IExpression
GetFormatType ( ) : FormatType

메소드 상세

Accept() 공개 메소드

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
리턴 void

ConstructFunction() 공개 메소드

public ConstructFunction ( IList arguments ) : FunctionExpression
arguments IList
리턴 FunctionExpression

GetFormat() 공개 메소드

public GetFormat ( FormatType type, IExpression format ) : System
type FormatType
format IExpression
리턴 System

GetFormatExpr() 공개 메소드

public GetFormatExpr ( ) : IExpression
리턴 IExpression

GetFormatType() 공개 메소드

public GetFormatType ( ) : FormatType
리턴 FormatType