acl
3.5.3.0
|
#include <acl_dbpool.h>
Public 属性 | |
int | status |
time_t | timeout |
time_t | ping |
ACL_DB_POOL * | parent |
int(* | sql_results )(ACL_DB_HANDLE *handle, const char *sql, int *error, int(*walk_fn)(const void **result_row, void *arg), void *arg) |
int(* | sql_result )(ACL_DB_HANDLE *handle, const char *sql, int *error, int(*callback)(const void **result_row, void *arg), void *arg) |
int(* | sql_update )(ACL_DB_HANDLE *handle, const char *sql, int *error) |
ACL_SQL_RES *(* | sql_select )(ACL_DB_HANDLE *handle, const char *sql, int *error) |
void(* | free_result )(ACL_SQL_RES *res) |
在文件 acl_dbpool.h 第 45 行定义.
void(* ACL_DB_HANDLE::free_result) (ACL_SQL_RES *res) |
在文件 acl_dbpool.h 第 62 行定义.
ACL_DB_POOL* ACL_DB_HANDLE::parent |
在文件 acl_dbpool.h 第 53 行定义.
time_t ACL_DB_HANDLE::ping |
在文件 acl_dbpool.h 第 51 行定义.
int(* ACL_DB_HANDLE::sql_result) (ACL_DB_HANDLE *handle, const char *sql, int *error, int(*callback)(const void **result_row, void *arg), void *arg) |
在文件 acl_dbpool.h 第 57 行定义.
int(* ACL_DB_HANDLE::sql_results) (ACL_DB_HANDLE *handle, const char *sql, int *error, int(*walk_fn)(const void **result_row, void *arg), void *arg) |
在文件 acl_dbpool.h 第 55 行定义.
ACL_SQL_RES*(* ACL_DB_HANDLE::sql_select) (ACL_DB_HANDLE *handle, const char *sql, int *error) |
在文件 acl_dbpool.h 第 61 行定义.
int(* ACL_DB_HANDLE::sql_update) (ACL_DB_HANDLE *handle, const char *sql, int *error) |
在文件 acl_dbpool.h 第 59 行定义.
int ACL_DB_HANDLE::status |
在文件 acl_dbpool.h 第 49 行定义.
time_t ACL_DB_HANDLE::timeout |
在文件 acl_dbpool.h 第 50 行定义.