Method | Description | |
---|---|---|
Accept ( ISqlAstVisitor visitor ) : void | ||
AppendTo ( StringBuilder sb ) : void | ||
LiteralHexadecimal ( string introducer, char @string, int offset, int size, string charset ) : System |
Method | Description | |
---|---|---|
EvaluationInternal ( object>.IDictionary |
public Accept ( ISqlAstVisitor visitor ) : void | ||
visitor | ISqlAstVisitor | |
return | void |
protected EvaluationInternal ( object>.IDictionary | ||
parameters | object>.IDictionary | |
return | object |
public LiteralHexadecimal ( string introducer, char @string, int offset, int size, string charset ) : System | ||
introducer | string | e.g. "_latin1" |
@string | char | |
offset | int | e.g. 9 |
size | int | e.g. 4 |
charset | string | |
return | System |