Method | Description | |
---|---|---|
Process ( CobarHint hint, string hintName, string sql ) : void |
hint's CobarHint.GetCurrentIndex() will be changed to index of next char after process
|
Method | Description | |
---|---|---|
CurrentChar ( |
||
IsDigit ( char c ) : bool | ||
NextChar ( |
current char is not separator
|
|
ParsePrimary ( |
Method | Description | |
---|---|---|
SkipSpace ( CobarHint hint, string sql ) : void |
protected CurrentChar ( |
||
hint | ||
sql | string | |
return | char |
protected NextChar ( |
||
hint | ||
sql | string | |
return | char |
protected ParsePrimary ( |
||
hint | ||
sql | string | |
return | object |
public abstract Process ( CobarHint hint, string hintName, string sql ) : void | ||
hint | CobarHint | |
hintName | string | |
sql | string | |
return | void |