MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
CPCDAPISession (NDB_SOCKET_TYPE, class CPCD &) | |
CPCDAPISession (FILE *f, CPCD &cpcd) | |
virtual void | runSession () |
virtual void | stopSession () |
void | loadFile () |
void | defineProcess (Parser_t::Context &ctx, const class Properties &args) |
void | undefineProcess (Parser_t::Context &ctx, const class Properties &args) |
void | startProcess (Parser_t::Context &ctx, const class Properties &args) |
void | stopProcess (Parser_t::Context &ctx, const class Properties &args) |
void | showProcess (Parser_t::Context &ctx, const class Properties &args) |
void | listProcesses (Parser_t::Context &ctx, const class Properties &args) |
void | showVersion (Parser_t::Context &ctx, const class Properties &args) |
Additional Inherited Members | |
Protected Member Functions inherited from SocketServer::Session | |
Session (NDB_SOCKET_TYPE sock) | |
Protected Attributes inherited from SocketServer::Session | |
bool | m_stop |
NDB_SOCKET_TYPE | m_socket |
unsigned | m_refCount |
Definition at line 28 of file APIService.hpp.