libcod
|
Data Structures | |
struct | mysql_async_task |
struct | mysql_async_connection |
Variables | |
mysql_async_connection * | first_async_connection = NULL |
mysql_async_task * | first_async_task = NULL |
MYSQL * | cod_mysql_connection = NULL |
void gsc_mysql_affected_rows | ( | ) |
void gsc_mysql_async_create_query | ( | ) |
void gsc_mysql_async_create_query_nosave | ( | ) |
void gsc_mysql_async_getdone_list | ( | ) |
void gsc_mysql_async_getresult_and_free | ( | ) |
void gsc_mysql_async_initializer | ( | ) |
void gsc_mysql_close | ( | ) |
void gsc_mysql_errno | ( | ) |
void gsc_mysql_error | ( | ) |
void gsc_mysql_fetch_field | ( | ) |
void gsc_mysql_fetch_row | ( | ) |
void gsc_mysql_field_seek | ( | ) |
void gsc_mysql_free_result | ( | ) |
void gsc_mysql_init | ( | ) |
void gsc_mysql_num_fields | ( | ) |
void gsc_mysql_num_rows | ( | ) |
void gsc_mysql_query | ( | ) |
void gsc_mysql_real_connect | ( | ) |
void gsc_mysql_real_escape_string | ( | ) |
void gsc_mysql_reuse_connection | ( | ) |
int gsc_mysql_stmt_bind_param | ( | ) |
int gsc_mysql_stmt_bind_result | ( | ) |
int gsc_mysql_stmt_close | ( | ) |
int gsc_mysql_stmt_execute | ( | ) |
int gsc_mysql_stmt_fetch | ( | ) |
int gsc_mysql_stmt_get_field_count | ( | ) |
int gsc_mysql_stmt_get_param_count | ( | ) |
int gsc_mysql_stmt_get_prefetch_rows | ( | ) |
int gsc_mysql_stmt_get_stmt_id | ( | ) |
int gsc_mysql_stmt_init | ( | ) |
int gsc_mysql_stmt_prepare | ( | ) |
int gsc_mysql_stmt_store_result | ( | ) |
void gsc_mysql_store_result | ( | ) |
int gsc_mysql_test_0 | ( | ) |
int gsc_mysql_test_1 | ( | ) |
void* mysql_async_execute_query | ( | void * | input_c | ) |
void* mysql_async_query_handler | ( | void * | input_nothing | ) |
int mysql_async_query_initializer | ( | char * | sql, |
bool | save | ||
) |
MYSQL* cod_mysql_connection = NULL |
mysql_async_connection* first_async_connection = NULL |
mysql_async_task* first_async_task = NULL |