C# Class MySql.Data.MySqlClient.MySqlTokenizer

Exibir arquivo Open project: elevate/mysqlconnector-.net Class Usage Examples

Public Methods

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

Private Methods

Method 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 method

public FindToken ( ) : bool
return bool

GetAllTokens() public method

public GetAllTokens ( ) : List
return List

IsParameter() public static method

public static IsParameter ( string s ) : bool
s string
return bool

MySqlTokenizer() public method

public MySqlTokenizer ( ) : System
return System

MySqlTokenizer() public method

public MySqlTokenizer ( string input ) : System
input string
return System

NextParameter() public method

public NextParameter ( ) : string
return string

NextToken() public method

public NextToken ( ) : string
return string

ReadParenthesis() public method

public ReadParenthesis ( ) : string
return string