Méthode | Description | |
---|---|---|
VxSqlTokenizer ( ) : System | ||
VxSqlTokenizer ( string query ) : System | ||
gettokens ( ) : List |
||
tokenize ( string q ) : void |
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 |
public VxSqlTokenizer ( string query ) : System | ||
query | string | |
Résultat | System |