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

Public Attributes

MEM_ROOT mem_root
LIST list
MYSQLmysql
MYSQL_BINDparams
MYSQL_BINDbind
MYSQL_FIELDfields
MYSQL_DATA result
MYSQL_ROWSdata_cursor
int(* read_row_func )(struct st_mysql_stmt *stmt, unsigned char **row)
my_ulonglong affected_rows
my_ulonglong insert_id
unsigned long stmt_id
unsigned long flags
unsigned long prefetch_rows
unsigned int server_status
unsigned int last_errno
unsigned int param_count
unsigned int field_count
enum enum_mysql_stmt_state state
char last_error [MYSQL_ERRMSG_SIZE]
char sqlstate [SQLSTATE_LENGTH+1]
my_bool send_types_to_server
my_bool bind_param_done
unsigned char bind_result_done
my_bool unbuffered_fetch_cancelled
my_bool update_max_length
struct st_mysql_stmt_extensionextension

Detailed Description

Definition at line 603 of file mysql.h.


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