MySQL 9.1.0
Source Code Documentation
|
#include <sql_lexer.h>
Classes | |
class | iterator |
Public Types | |
using | TokenId = int |
Public Member Functions | |
SqlLexer (THD *session) | |
iterator | begin () |
iterator | end () |
Static Public Member Functions | |
static void | init_library () |
init the library that's used by the lexer. More... | |
Private Attributes | |
THD * | session_ |
using SqlLexer::TokenId = int |
SqlLexer::SqlLexer | ( | THD * | session | ) |
|
inline |
|
inline |
|
static |
init the library that's used by the lexer.
NOT thread-safe, MUST be called before threads are spawned.
|
private |