Eneboo - Documentación para desarrolladores
|
#include <mysql.h>
Atributos públicos | |
unsigned int | connect_timeout |
unsigned int | read_timeout |
unsigned int | write_timeout |
unsigned int | port |
unsigned int | protocol |
unsigned long | client_flag |
char * | host |
char * | user |
char * | password |
char * | unix_socket |
char * | db |
struct st_dynamic_array * | init_commands |
char * | my_cnf_file |
char * | my_cnf_group |
char * | charset_dir |
char * | charset_name |
char * | ssl_key |
char * | ssl_cert |
char * | ssl_ca |
char * | ssl_capath |
char * | ssl_cipher |
char * | shared_memory_base_name |
unsigned long | max_allowed_packet |
my_bool | use_ssl |
my_bool | compress |
my_bool | named_pipe |
my_bool | rpl_probe |
my_bool | rpl_parse |
my_bool | no_master_reads |
my_bool | separate_thread |
enum mysql_option | methods_to_use |
char * | client_ip |
my_bool | secure_auth |
my_bool | report_data_truncation |
int(* | local_infile_init )(void **, const char *, void *) |
int(* | local_infile_read )(void *, char *, unsigned int) |
void(* | local_infile_end )(void *) |
int(* | local_infile_error )(void *, char *, unsigned int) |
void * | local_infile_userdata |
unsigned long st_mysql_options::client_flag |
char * st_mysql_options::client_ip |
unsigned int st_mysql_options::connect_timeout |
char * st_mysql_options::db |
char * st_mysql_options::host |
void(* st_mysql_options::local_infile_end)(void *) |
int(* st_mysql_options::local_infile_error)(void *, char *, unsigned int) |
int(* st_mysql_options::local_infile_init)(void **, const char *, void *) |
int(* st_mysql_options::local_infile_read)(void *, char *, unsigned int) |
unsigned long st_mysql_options::max_allowed_packet |
char * st_mysql_options::password |
unsigned int st_mysql_options::port |
unsigned int st_mysql_options::protocol |
unsigned int st_mysql_options::read_timeout |
char * st_mysql_options::ssl_ca |
char * st_mysql_options::ssl_capath |
char * st_mysql_options::ssl_cert |
char * st_mysql_options::ssl_cipher |
char * st_mysql_options::ssl_key |
char * st_mysql_options::user |
unsigned int st_mysql_options::write_timeout |