|
MySQL 5.6.14 Source Code Document
|
#include <Parser.hpp>
Classes | |
| class | Dummy |
Public Types | |
| typedef ParserRow< Dummy > | DummyRow |
| typedef Parser< Dummy >::Context | Context |
Public Member Functions | |
| ParserImpl (const DummyRow rows[], class InputStream &in, bool b_cmd, bool b_empty, bool b_iarg) | |
| bool | run (Context *ctx, const class Properties **, volatile bool *) const |
Static Public Member Functions | |
| static const DummyRow * | matchCommand (Context *, const char *, const DummyRow *) |
| static const DummyRow * | matchArg (Context *, const char *, const DummyRow *) |
| static bool | parseArg (Context *, char *, const DummyRow *, Properties *) |
| static bool | checkMandatory (Context *, const Properties *) |
The void* equivalent implementation
Definition at line 137 of file Parser.hpp.
| bool ParserImpl::run | ( | Context * | ctx, |
| const class Properties ** | pDst, | ||
| volatile bool * | stop | ||
| ) | const |
Add alias to properties
Definition at line 140 of file Parser.cpp.
