MySQL 9.1.0
Source Code Documentation
|
#include <implicit_commit_parser.h>
Public Member Functions | |
stdx::expected< bool, std::string > | parse (std::optional< classic_protocol::session_track::TransactionState > trx_state) |
SqlParser (SqlLexer::iterator first, SqlLexer::iterator last) | |
Public Member Functions inherited from SqlParser | |
SqlParser (SqlLexer::iterator first, SqlLexer::iterator last) | |
TokenText | token () const |
Additional Inherited Members | |
Protected Member Functions inherited from SqlParser | |
TokenText | ident () |
TokenText | accept_if_not (int sym) |
TokenText | accept (int sym) |
TokenText | expect (int sym) |
bool | has_error () const |
Protected Attributes inherited from SqlParser | |
SqlLexer::iterator | cur_ |
SqlLexer::iterator | end_ |
std::string | error_ {} |
stdx::expected< bool, std::string > ImplicitCommitParser::parse | ( | std::optional< classic_protocol::session_track::TransactionState > | trx_state | ) |
|
inline |