C# Class VxSqlTokenizer, versaplex

Datei anzeigen Open project: apenwarr/versaplex Class Usage Examples

Public Methods

Method Description
VxSqlTokenizer ( ) : System
VxSqlTokenizer ( string query ) : System
gettokens ( ) : List
tokenize ( string q ) : void

Private Methods

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

Method Details

VxSqlTokenizer() public method

public VxSqlTokenizer ( ) : System
return System

VxSqlTokenizer() public method

public VxSqlTokenizer ( string query ) : System
query string
return System

gettokens() public method

public gettokens ( ) : List
return List

tokenize() public method

public tokenize ( string q ) : void
q string
return void