Structure representing a database ID.
#include <db_id.h>
Data Fields
-
char * database
- Database, case sensitive.
-
char * host
- Host or IP, case insensitive.
-
char * password
- Password, case sensitive.
-
int pid
- Process ID (detect cross connections).
-
int poolid
- poolid within a pid
-
unsigned short port
- Port number.
-
char * scheme
- URL scheme.
-
char * username
- Username, case sensitive.
Detailed Description
Definition at line 37 of file db_id.h.
The documentation for this struct was generated from the following file: