Eneboo - Documentación para desarrolladores
|
#include <my_global.h>
#include "mysql.h"
#include "mysql_version.h"
#include "mysqld_error.h"
#include <my_sys.h>
#include <mysys_err.h>
#include <m_string.h>
#include <m_ctype.h>
#include <my_net.h>
#include <errmsg.h>
#include <violite.h>
#include <sys/stat.h>
#include <signal.h>
#include <errno.h>
#include <sys/resource.h>
#include <netdb.h>
#include <sys/utsname.h>
'defines' | |
#define | INADDR_NONE -1 |
#define | RES_BUF_SHIFT 5 |
#define | NET_BUF_SIZE 2048 |
Funciones | |
MYSQL_MANAGER *STDCALL | mysql_manager_init (MYSQL_MANAGER *con) |
MYSQL_MANAGER *STDCALL | mysql_manager_connect (MYSQL_MANAGER *con, const char *host, const char *user, const char *passwd, unsigned int port) |
void STDCALL | mysql_manager_close (MYSQL_MANAGER *con) |
int STDCALL | mysql_manager_command (MYSQL_MANAGER *con, const char *cmd, int cmd_len) |
int STDCALL | mysql_manager_fetch_line (MYSQL_MANAGER *con, char *res_buf, int res_buf_size) |
#define INADDR_NONE -1 |
#define NET_BUF_SIZE 2048 |
#define RES_BUF_SHIFT 5 |
void STDCALL mysql_manager_close | ( | MYSQL_MANAGER * | con | ) |
int STDCALL mysql_manager_command | ( | MYSQL_MANAGER * | con, |
const char * | cmd, | ||
int | cmd_len | ||
) |
MYSQL_MANAGER* STDCALL mysql_manager_connect | ( | MYSQL_MANAGER * | con, |
const char * | host, | ||
const char * | user, | ||
const char * | passwd, | ||
unsigned int | port | ||
) |
int STDCALL mysql_manager_fetch_line | ( | MYSQL_MANAGER * | con, |
char * | res_buf, | ||
int | res_buf_size | ||
) |
MYSQL_MANAGER* STDCALL mysql_manager_init | ( | MYSQL_MANAGER * | con | ) |