MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
st_mysql_methods Struct Reference
Collaboration diagram for st_mysql_methods:

Public Attributes

my_bool(* read_query_result )(MYSQL *mysql)
my_bool(* advanced_command )(MYSQL *mysql, enum enum_server_command command, const unsigned char *header, unsigned long header_length, const unsigned char *arg, unsigned long arg_length, my_bool skip_check, MYSQL_STMT *stmt)
MYSQL_DATA *(* read_rows )(MYSQL *mysql, MYSQL_FIELD *mysql_fields, unsigned int fields)
MYSQL_RES *(* use_result )(MYSQL *mysql)
void(* fetch_lengths )(unsigned long *to, MYSQL_ROW column, unsigned int field_count)
void(* flush_use_result )(MYSQL *mysql, my_bool flush_all_results)
int(* read_change_user_result )(MYSQL *mysql)
MYSQL_FIELD *(* list_fields )(MYSQL *mysql)
my_bool(* read_prepare_result )(MYSQL *mysql, MYSQL_STMT *stmt)
int(* stmt_execute )(MYSQL_STMT *stmt)
int(* read_binary_rows )(MYSQL_STMT *stmt)
int(* unbuffered_fetch )(MYSQL *mysql, char **row)
void(* free_embedded_thd )(MYSQL *mysql)
const char *(* read_statistics )(MYSQL *mysql)
my_bool(* next_result )(MYSQL *mysql)
int(* read_rows_from_cursor )(MYSQL_STMT *stmt)

Detailed Description

Definition at line 43 of file sql_common.h.


The documentation for this struct was generated from the following file: