C# Class MySql.Data.MySqlClient.MySqlTokenizer

Afficher le fichier Open project: elevate/mysqlconnector-.net Class Usage Examples

Méthodes publiques

Méthode Description
FindToken ( ) : bool
GetAllTokens ( ) : List
IsParameter ( string s ) : bool
MySqlTokenizer ( ) : System
MySqlTokenizer ( string input ) : System
NextParameter ( ) : string
NextToken ( ) : string
ReadParenthesis ( ) : string

Private Methods

Méthode Description
CalculatePosition ( int start, int stop ) : void
IsParameterMarker ( char c ) : bool
IsQuoteChar ( char c ) : bool
IsSpecialCharacter ( char c ) : bool
ReadComment ( char c ) : bool
ReadQuotedToken ( char quoteChar ) : void

Read a single quoted identifier from the stream

ReadSpecialToken ( ) : void
ReadUnquotedToken ( ) : void

Method Details

FindToken() public méthode

public FindToken ( ) : bool
Résultat bool

GetAllTokens() public méthode

public GetAllTokens ( ) : List
Résultat List

IsParameter() public static méthode

public static IsParameter ( string s ) : bool
s string
Résultat bool

MySqlTokenizer() public méthode

public MySqlTokenizer ( ) : System
Résultat System

MySqlTokenizer() public méthode

public MySqlTokenizer ( string input ) : System
input string
Résultat System

NextParameter() public méthode

public NextParameter ( ) : string
Résultat string

NextToken() public méthode

public NextToken ( ) : string
Résultat string

ReadParenthesis() public méthode

public ReadParenthesis ( ) : string
Résultat string