Méthode | Description | |
---|---|---|
Next ( ) : |
||
ParseTokens ( string tsqlText, bool useQuotedIdentifiers = false, bool includeWhitespace = false ) : List |
||
Read ( ) : bool | ||
TSQLTokenizer ( TextReader tsqlStream ) : System | ||
TSQLTokenizer ( string tsqlText ) : System |
Méthode | Description | |
---|---|---|
CheckDisposed ( ) : void |
Checks to see if object has already been disposed, which would make calling methods on the object invalid.
|
|
DetermineTokenType ( string tokenValue, int startPosition, int endPosition ) : |
||
Dispose ( bool disposing ) : void |
Closes and releases all related resources.
|
|
IDisposable ( ) : void | ||
SetCurrent ( ) : void |
public static ParseTokens ( string tsqlText, bool useQuotedIdentifiers = false, bool includeWhitespace = false ) : List |
||
tsqlText | string | |
useQuotedIdentifiers | bool | |
includeWhitespace | bool | |
Résultat | List |
public TSQLTokenizer ( TextReader tsqlStream ) : System | ||
tsqlStream | TextReader | |
Résultat | System |
public TSQLTokenizer ( string tsqlText ) : System | ||
tsqlText | string | |
Résultat | System |