C# 클래스 MySql.Data.MySqlClient.MySqlTokenizer

파일 보기 프로젝트 열기: elevate/mysqlconnector-.net 1 사용 예제들

공개 메소드들

메소드 설명
FindToken ( ) : bool
GetAllTokens ( ) : List
IsParameter ( string s ) : bool
MySqlTokenizer ( ) : System
MySqlTokenizer ( string input ) : System
NextParameter ( ) : string
NextToken ( ) : string
ReadParenthesis ( ) : string

비공개 메소드들

메소드 설명
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

메소드 상세

FindToken() 공개 메소드

public FindToken ( ) : bool
리턴 bool

GetAllTokens() 공개 메소드

public GetAllTokens ( ) : List
리턴 List

IsParameter() 공개 정적인 메소드

public static IsParameter ( string s ) : bool
s string
리턴 bool

MySqlTokenizer() 공개 메소드

public MySqlTokenizer ( ) : System
리턴 System

MySqlTokenizer() 공개 메소드

public MySqlTokenizer ( string input ) : System
input string
리턴 System

NextParameter() 공개 메소드

public NextParameter ( ) : string
리턴 string

NextToken() 공개 메소드

public NextToken ( ) : string
리턴 string

ReadParenthesis() 공개 메소드

public ReadParenthesis ( ) : string
리턴 string