MYSQL_STMT

Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Members

Variables

affected_rows
ulong affected_rows;
Undocumented in source.
bind
MYSQL_BIND* bind;
Undocumented in source.
bind_param_done
bool bind_param_done;
Undocumented in source.
bind_result_done
ubyte bind_result_done;
Undocumented in source.
data_cursor
MYSQL_ROWS* data_cursor;
Undocumented in source.
extension
void* extension;
Undocumented in source.
field_count
uint field_count;
Undocumented in source.
fields
MYSQL_FIELD* fields;
Undocumented in source.
flags
c_ulong flags;
Undocumented in source.
insert_id
ulong insert_id;
Undocumented in source.
last_errno
uint last_errno;
Undocumented in source.
last_error
char[512] last_error;
Undocumented in source.
list
LIST list;
Undocumented in source.
mem_root
MEM_ROOT mem_root;
Undocumented in source.
mysql
MYSQL* mysql;
Undocumented in source.
param_count
uint param_count;
Undocumented in source.
params
MYSQL_BIND* params;
Undocumented in source.
prefetch_rows
c_ulong prefetch_rows;
Undocumented in source.
read_row_func
int function(MYSQL_STMT* stmt, ubyte** row) read_row_func;
Undocumented in source.
result
MYSQL_DATA result;
Undocumented in source.
send_types_to_server
bool send_types_to_server;
Undocumented in source.
server_status
uint server_status;
Undocumented in source.
sqlstate
char[5 + 1] sqlstate;
Undocumented in source.
state
int state;
Undocumented in source.
stmt_id
c_ulong stmt_id;
Undocumented in source.
unbuffered_fetch_cancelled
bool unbuffered_fetch_cancelled;
Undocumented in source.
update_max_length
bool update_max_length;
Undocumented in source.

Meta