Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

MySQLConf Struct Reference

#include <dbpool.h>

Collaboration diagram for MySQLConf:

Collaboration graph
[legend]

Data Fields

Octstrhost
long port
Octstrusername
Octstrpassword
Octstrdatabase

Field Documentation

Octstr* MySQLConf::database
 

Definition at line 102 of file dbpool.h.

Referenced by dlr_init_mysql(), and mysql_create_conf().

Octstr* MySQLConf::host
 

Definition at line 98 of file dbpool.h.

Referenced by dlr_init_mysql(), and mysql_create_conf().

Octstr* MySQLConf::password
 

Definition at line 101 of file dbpool.h.

Referenced by dlr_init_mysql(), and mysql_create_conf().

long MySQLConf::port
 

Definition at line 99 of file dbpool.h.

Referenced by dlr_init_mysql().

Octstr* MySQLConf::username
 

Definition at line 100 of file dbpool.h.

Referenced by dlr_init_mysql(), and mysql_create_conf().


The documentation for this struct was generated from the following file: See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.