Main Page | Modules | Data Structures | File List | Data Fields

smd_database_cfg_t Struct Reference
[Global Variables and Erata]

#include <smd_globals.h>


Data Fields

char * ip
char * name
char * user
char * passwd
apr_int32_t ncns


Detailed Description

Database configuration from the main State configuration is copied into this structure so other areas that need to establish separate connections or pass the connection information on to others can do so without having to re-read the configuration.


Field Documentation

char* smd_database_cfg_t::ip
 

IP Address of the SQL server.

char* smd_database_cfg_t::name
 

Name of the database.

apr_int32_t smd_database_cfg_t::ncns
 

Number of connetions to maintain with the database.

char* smd_database_cfg_t::passwd
 

Password for authentication purposes, this should match name.

char* smd_database_cfg_t::user
 

User to use when authenticating and gaining access to the database.


The documentation for this struct was generated from the following file:
Generated on Wed Apr 28 09:38:37 2004 for State by doxygen 1.3.5