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

literal date is also possible
Inheritance: Literal
Afficher le fichier Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
EvaluationInternal ( object>.IDictionary parameters ) : object

Method Details

Accept() public méthode

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

EvaluationInternal() protected méthode

protected EvaluationInternal ( object>.IDictionary parameters ) : object
parameters object>.IDictionary
Résultat object

GetUnescapedString() public méthode

public GetUnescapedString ( ) : string
Résultat string

GetUnescapedString() public méthode

public GetUnescapedString ( bool toUppercase ) : string
toUppercase bool
Résultat string

GetUnescapedString() public static méthode

public static GetUnescapedString ( string @string ) : string
@string string
Résultat string

GetUnescapedString() public static méthode

public static GetUnescapedString ( string @string, bool toUppercase ) : string
@string string
toUppercase bool
Résultat string

LiteralString() public méthode

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
Résultat System