C# Class Tup.Cobar4Net.Parser.Ast.Expression.Primary.Literal.LiteralString

literal date is also possible
Inheritance: Literal
ファイルを表示 Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
EvaluationInternal ( object>.IDictionary parameters ) : object

Method Details

Accept() public method

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
return void

EvaluationInternal() protected method

protected EvaluationInternal ( object>.IDictionary parameters ) : object
parameters object>.IDictionary
return object

GetUnescapedString() public method

public GetUnescapedString ( ) : string
return string

GetUnescapedString() public method

public GetUnescapedString ( bool toUppercase ) : string
toUppercase bool
return string

GetUnescapedString() public static method

public static GetUnescapedString ( string @string ) : string
@string string
return string

GetUnescapedString() public static method

public static GetUnescapedString ( string @string, bool toUppercase ) : string
@string string
toUppercase bool
return string

LiteralString() public method

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
return System