#include <db_id.h>
Data Fields | |
| char * | database |
| char * | host |
| char * | password |
| unsigned short | port |
| char * | scheme |
| char * | username |
Definition at line 36 of file db_id.h.
| char* database |
Database, case sensitive
Definition at line 42 of file db_id.h.
Referenced by cmp_db_id(), db_mysql_new_connection(), db_oracle_new_connection(), db_postgres_new_connection(), db_unixodbc_build_conn_str(), db_unixodbc_new_connection(), free_db_id(), and parse_db_url().
| char* host |
Host or IP, case insensitive
Definition at line 40 of file db_id.h.
Referenced by cmp_db_id(), db_mysql_new_connection(), db_oracle_new_connection(), db_postgres_new_connection(), db_unixodbc_new_connection(), free_db_id(), and parse_db_url().
| char* password |
Password, case sensitive
Definition at line 39 of file db_id.h.
Referenced by cmp_db_id(), db_mysql_new_connection(), db_oracle_new_connection(), db_postgres_new_connection(), db_unixodbc_build_conn_str(), free_db_id(), and parse_db_url().
| unsigned short port |
Port number
Definition at line 41 of file db_id.h.
Referenced by cmp_db_id(), db_mysql_new_connection(), db_oracle_new_connection(), and db_postgres_new_connection().
| char* scheme |
URL scheme
Definition at line 37 of file db_id.h.
Referenced by cmp_db_id(), free_db_id(), and parse_db_url().
| char* username |
Username, case sensitive
Definition at line 38 of file db_id.h.
Referenced by cmp_db_id(), db_mysql_new_connection(), db_oracle_new_connection(), db_postgres_new_connection(), db_unixodbc_build_conn_str(), free_db_id(), and parse_db_url().
1.5.6