C# Class VxSqlTokenizer, versaplex

Afficher le fichier Open project: apenwarr/versaplex Class Usage Examples

Méthodes publiques

Méthode Description
VxSqlTokenizer ( ) : System
VxSqlTokenizer ( string query ) : System
gettokens ( ) : List
tokenize ( string q ) : void

Private Methods

Méthode 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 méthode

public VxSqlTokenizer ( ) : System
Résultat System

VxSqlTokenizer() public méthode

public VxSqlTokenizer ( string query ) : System
query string
Résultat System

gettokens() public méthode

public gettokens ( ) : List
Résultat List

tokenize() public méthode

public tokenize ( string q ) : void
q string
Résultat void