Eneboo - Documentación para desarrolladores
|
#include <mysql.h>
Atributos públicos | |
NET | net |
gptr | connector_fd |
char * | host |
char * | user |
char * | passwd |
char * | unix_socket |
char * | server_version |
char * | host_info |
char * | info |
char * | db |
struct charset_info_st * | charset |
MYSQL_FIELD * | fields |
MEM_ROOT | field_alloc |
my_ulonglong | affected_rows |
my_ulonglong | insert_id |
my_ulonglong | extra_info |
unsigned long | thread_id |
unsigned long | packet_length |
unsigned int | port |
unsigned long | client_flag |
unsigned long | server_capabilities |
unsigned int | protocol_version |
unsigned int | field_count |
unsigned int | server_status |
unsigned int | server_language |
unsigned int | warning_count |
struct st_mysql_options | options |
enum mysql_status | status |
my_bool | free_me |
my_bool | reconnect |
char | scramble [SCRAMBLE_LENGTH+1] |
my_bool | rpl_pivot |
struct st_mysql * | master |
struct st_mysql * | next_slave |
struct st_mysql * | last_used_slave |
struct st_mysql * | last_used_con |
LIST * | stmts |
struct st_mysql_methods * | methods |
void * | thd |
my_bool * | unbuffered_fetch_owner |
struct charset_info_st * st_mysql::charset |
unsigned long st_mysql::client_flag |
char * st_mysql::db |
unsigned int st_mysql::field_count |
char * st_mysql::host |
char * st_mysql::host_info |
char * st_mysql::info |
struct st_mysql * st_mysql::last_used_con |
struct st_mysql * st_mysql::last_used_slave |
struct st_mysql * st_mysql::master |
struct st_mysql_methods * st_mysql::methods |
struct st_mysql * st_mysql::next_slave |
unsigned long st_mysql::packet_length |
char * st_mysql::passwd |
unsigned int st_mysql::port |
unsigned int st_mysql::protocol_version |
char st_mysql::scramble |
unsigned long st_mysql::server_capabilities |
unsigned int st_mysql::server_language |
unsigned int st_mysql::server_status |
char * st_mysql::server_version |
void * st_mysql::thd |
unsigned long st_mysql::thread_id |
char * st_mysql::unix_socket |
char * st_mysql::user |
unsigned int st_mysql::warning_count |