|
xale-db 1.0
minimal SQL engine, written in c++
|
Token struct defined by type, value and pos. More...
#include <Token.h>

Public Attributes | |
| TokenType | type |
| std::string | lexeme |
| size_t | position |
Token struct defined by type, value and pos.
| std::string Xale::Query::Token::lexeme |
| size_t Xale::Query::Token::position |
| TokenType Xale::Query::Token::type |