acl
3.5.3.0
|
#include <db_service_mysql.hpp>
额外继承的成员函数 | |
Public 成员函数 继承自 acl::db_service | |
db_service (size_t dblimit=100, int nthread=2, bool win32_gui=false) | |
virtual | ~db_service (void) |
void | sql_select (const char *sql, db_query *query) |
void | sql_update (const char *sql, db_query *query) |
void | push_back (db_handle *db) |
Public 成员函数 继承自 acl::ipc_service | |
ipc_service (int nthread, bool ipc_keep=true) | |
virtual | ~ipc_service () |
ipc_client * | peek_conn () |
void | push_conn (ipc_client *conn) |
Public 成员函数 继承自 acl::ipc_server | |
ipc_server () | |
virtual | ~ipc_server () |
bool | open (aio_handle *handle, const char *addr="127.0.0.1:0") |
const char * | get_addr () const |
aio_listen_stream * | get_stream () const |
aio_handle & | get_handle () const |
Protected 成员函数 继承自 acl::db_service | |
virtual void | on_accept (aio_socket_stream *client) |
Protected 成员函数 继承自 acl::ipc_service | |
void | request (ipc_request *req) |
Protected 成员函数 继承自 acl::ipc_server | |
virtual void | on_open (const char *addr) |
virtual void | on_close () |
Protected 属性 继承自 acl::ipc_service | |
long long int | magic_ |
在文件 db_service_mysql.hpp 第 10 行定义.