C# 클래스 Tup.Cobar4Net.Parser.Ast.Expression.Primary.Literal.LiteralString

literal date is also possible
상속: Literal
파일 보기 프로젝트 열기: tupunco/Tup.Cobar4Net 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( ISqlAstVisitor visitor ) : void
GetUnescapedString ( ) : string
GetUnescapedString ( bool toUppercase ) : string
GetUnescapedString ( string @string ) : string
GetUnescapedString ( string @string, bool toUppercase ) : string
LiteralString ( string introducer, string stringValue, bool nChars ) : System

보호된 메소드들

메소드 설명
EvaluationInternal ( object>.IDictionary parameters ) : object

메소드 상세

Accept() 공개 메소드

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

EvaluationInternal() 보호된 메소드

protected EvaluationInternal ( object>.IDictionary parameters ) : object
parameters object>.IDictionary
리턴 object

GetUnescapedString() 공개 메소드

public GetUnescapedString ( ) : string
리턴 string

GetUnescapedString() 공개 메소드

public GetUnescapedString ( bool toUppercase ) : string
toUppercase bool
리턴 string

GetUnescapedString() 공개 정적인 메소드

public static GetUnescapedString ( string @string ) : string
@string string
리턴 string

GetUnescapedString() 공개 정적인 메소드

public static GetUnescapedString ( string @string, bool toUppercase ) : string
@string string
toUppercase bool
리턴 string

LiteralString() 공개 메소드

public LiteralString ( string introducer, string stringValue, bool nChars ) : System
introducer string
stringValue string /// content of stringValue, excluded of head and tail "'". e.g. for /// stringValue token of "'don\\'t'", argument of stringValue is "don\\'t" ///
nChars bool
리턴 System