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