MySQL 9.1.0
Source Code Documentation
|
#include <sql_parser.h>
Classes | |
class | TokenText |
Public Member Functions | |
SqlParser (SqlLexer::iterator first, SqlLexer::iterator last) | |
TokenText | token () const |
Protected Member Functions | |
TokenText | ident () |
TokenText | accept_if_not (int sym) |
TokenText | accept (int sym) |
TokenText | expect (int sym) |
bool | has_error () const |
Protected Attributes | |
SqlLexer::iterator | cur_ |
SqlLexer::iterator | end_ |
std::string | error_ {} |
|
inline |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inline |
|
protected |
|
protected |
|
protected |