Data Structures | Typedefs | Functions

sst/elements/genericProc/programs/libcprops/db_mysql.h File Reference

definitions for mysql driver More...

#include "common.h"
#include "db.h"

Go to the source code of this file.

Data Structures

struct  _cp_mysql_connection_parameters

Typedefs

typedef CPROPS_DLL struct
_cp_mysql_connection_parameters 
cp_mysql_connection_parameters

Functions

__BEGIN_DECLS CPROPS_DLL
cp_data_source
cp_mysql_data_source (char *host, char *login, char *password, char *db_name, unsigned int port, char *unix_socket, unsigned long client_flag)
CPROPS_DLL cp_data_sourcecp_dbms_mysql_get_data_source (char *host, int port, char *login, char *password, char *dbname)
CPROPS_DLL cp_data_sourcecp_dbms_mysql_get_data_source_prm (char *host, int port, char *login, char *password, char *dbname, cp_hashtable *prm)

Detailed Description

definitions for mysql driver