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

PgSQLConf Struct Reference

#include <dbpool.h>

Collaboration diagram for PgSQLConf:

Collaboration graph
[legend]

Data Fields

Octstrhost
long port
Octstrusername
Octstrpassword
Octstrdatabase
Octstroptions
Octstrtty

Field Documentation

Octstr* PgSQLConf::database
 

Definition at line 131 of file dbpool.h.

Referenced by dlr_init_pgsql().

Octstr* PgSQLConf::host
 

Definition at line 127 of file dbpool.h.

Referenced by dlr_init_pgsql().

Octstr* PgSQLConf::options
 

Definition at line 132 of file dbpool.h.

Octstr* PgSQLConf::password
 

Definition at line 130 of file dbpool.h.

Referenced by dlr_init_pgsql().

long PgSQLConf::port
 

Definition at line 128 of file dbpool.h.

Referenced by dlr_init_pgsql().

Octstr* PgSQLConf::tty
 

Definition at line 133 of file dbpool.h.

Octstr* PgSQLConf::username
 

Definition at line 129 of file dbpool.h.

Referenced by dlr_init_pgsql().


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.