C# 클래스 VxSqlTokenizer, versaplex

파일 보기 프로젝트 열기: apenwarr/versaplex 1 사용 예제들

공개 메소드들

메소드 설명
VxSqlTokenizer ( ) : System
VxSqlTokenizer ( string query ) : System
gettokens ( ) : List
tokenize ( string q ) : void

비공개 메소드들

메소드 설명
decipher_unquoted_state ( ) : void
get_singletoken_state ( char c ) : VxSqlToken.TokenType
isalpha ( char c ) : bool
isdigit ( char c ) : bool
isidentifierchar ( char c ) : bool
isnumericchar ( char c ) : bool
isspace ( char c ) : bool
reset_state ( ) : void
save_and_reset_state ( ) : void

메소드 상세

VxSqlTokenizer() 공개 메소드

public VxSqlTokenizer ( ) : System
리턴 System

VxSqlTokenizer() 공개 메소드

public VxSqlTokenizer ( string query ) : System
query string
리턴 System

gettokens() 공개 메소드

public gettokens ( ) : List
리턴 List

tokenize() 공개 메소드

public tokenize ( string q ) : void
q string
리턴 void