MySQL 5.6.14 Source Code Document
|
Classes | |
class | ParserDummy |
struct | Process |
Public Member Functions | |
SimpleCpcClient (const char *host, int port) | |
int | getPort () const |
const char * | getHost () const |
int | connect () |
int | list_processes (Vector< Process > &, Properties &reply) |
int | start_process (Uint32 id, Properties &reply) |
int | stop_process (Uint32 id, Properties &reply) |
int | undefine_process (Uint32 id, Properties &reply) |
int | define_process (Process &p, Properties &reply) |
Definition at line 31 of file CpcClient.hpp.