#include <mysql.h>
Collaboration diagram for st_mysql_res:

Public Attributes | |
| my_ulonglong | row_count |
| MYSQL_FIELD * | fields |
| MYSQL_DATA * | data |
| MYSQL_ROWS * | data_cursor |
| unsigned long * | lengths |
| MYSQL * | handle |
| MEM_ROOT | field_alloc |
| unsigned int | field_count |
| unsigned int | current_field |
| MYSQL_ROW | row |
| MYSQL_ROW | current_row |
| my_bool | eof |
| my_bool | unbuffered_fetch_cancelled |
| st_mysql_methods * | methods |
Definition at line 305 of file mysql.h.
| unsigned int st_mysql_res::current_field |
Definition at line 315 of file mysql.h.
Referenced by mysql_data_seek(), mysql_fetch_lengths(), mysql_fetch_row(), and mysql_row_seek().
Definition at line 308 of file mysql.h.
Referenced by mysql_data_seek(), mysql_fetch_lengths(), mysql_fetch_row(), mysql_free_result(), and mysql_store_result().
Definition at line 309 of file mysql.h.
Referenced by mysql_data_seek(), mysql_fetch_row(), mysql_row_seek(), mysql_row_tell(), and mysql_store_result().
Definition at line 316 of file mysql.h.
Referenced by mysql_eof(), mysql_fetch_row(), mysql_list_fields(), and mysql_store_result().
Definition at line 312 of file mysql.h.
Referenced by mysql_free_result(), mysql_list_fields(), and mysql_store_result().
| unsigned int st_mysql_res::field_count |
Definition at line 313 of file mysql.h.
Referenced by mysql_fetch_field(), mysql_fetch_lengths(), mysql_fetch_row(), mysql_list_fields(), mysql_num_fields(), and mysql_store_result().
Definition at line 307 of file mysql.h.
Referenced by mysql_fetch_field(), mysql_free_result(), mysql_list_fields(), mysql_store_result(), and test_bug11718().
| unsigned long* st_mysql_res::lengths |
Definition at line 310 of file mysql.h.
Referenced by mysql_fetch_lengths(), mysql_fetch_row(), and mysql_store_result().
Definition at line 319 of file mysql.h.
Referenced by mysql_fetch_lengths(), mysql_list_fields(), and mysql_store_result().
Definition at line 306 of file mysql.h.
Referenced by mysql_fetch_row(), mysql_num_rows(), and mysql_store_result().
1.4.7

