Свойство | Тип | Описание | |
---|---|---|---|
leading_space | string | ||
name | string | ||
trailing_space | string | ||
type | TokenType, |
Метод | Описание | |
---|---|---|
IsComment ( ) : bool | ||
IsIdentifier ( ) : bool | ||
IsKeyword ( ) : bool | ||
IsKeywordEq ( string key ) : bool | ||
IsValidIdentifier ( ) : bool | ||
NotQuotedAndLowercaseEq ( string eq ) : bool | ||
ToString ( ) : string | ||
VxSqlToken ( TokenType, t, string n, string l ) : System |
public NotQuotedAndLowercaseEq ( string eq ) : bool | ||
eq | string | |
Результат | bool |
public VxSqlToken ( TokenType, t, string n, string l ) : System | ||
t | TokenType, | |
n | string | |
l | string | |
Результат | System |