MySQL 9.1.0
Source Code Documentation
|
#include <sql_parser.h>
Public Member Functions | |
TokenText ()=default | |
TokenText (SqlLexer::TokenId id, std::string_view txt) | |
operator bool () const | |
std::string_view | text () const |
SqlLexer::TokenId | id () const |
Private Attributes | |
SqlLexer::TokenId | id_ {} |
std::string_view | txt_ {} |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |