C# Class TSQL.TSQLTokenizer

Afficher le fichier Open project: bruce-dunwiddie/tsql-parser Class Usage Examples

Méthodes publiques

Méthode Description
Next ( ) : TSQLToken
ParseTokens ( string tsqlText, bool useQuotedIdentifiers = false, bool includeWhitespace = false ) : List
Read ( ) : bool
TSQLTokenizer ( TextReader tsqlStream ) : System
TSQLTokenizer ( string tsqlText ) : System

Private Methods

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 ) : TSQLToken
Dispose ( bool disposing ) : void

Closes and releases all related resources.

IDisposable ( ) : void
SetCurrent ( ) : void

Method Details

Next() public méthode

public Next ( ) : TSQLToken
Résultat TSQL.Tokens.TSQLToken

ParseTokens() public static méthode

public static ParseTokens ( string tsqlText, bool useQuotedIdentifiers = false, bool includeWhitespace = false ) : List
tsqlText string
useQuotedIdentifiers bool
includeWhitespace bool
Résultat List

Read() public méthode

public Read ( ) : bool
Résultat bool

TSQLTokenizer() public méthode

public TSQLTokenizer ( TextReader tsqlStream ) : System
tsqlStream TextReader
Résultat System

TSQLTokenizer() public méthode

public TSQLTokenizer ( string tsqlText ) : System
tsqlText string
Résultat System