|
Pharos 0.7.23
Modern Web Framework & Web App Hosting Service.
|
Carries resolved PostgreSQL runtime connection settings. More...
Data Fields | |
| char * | host |
| char * | port |
| char * | database |
| char * | user |
| char * | password_env_name |
| char * | tls_mode |
| char * | tls_root_cert |
| char * | tls_cert |
| char * | tls_key |
Carries resolved PostgreSQL runtime connection settings.
Definition at line 21 of file native_dynamic_relational.c.
| char* NativeDynamicPostgresqlRuntimeConfig::database |
Definition at line 24 of file native_dynamic_relational.c.
Referenced by free_postgresql_runtime_config_runtime_local(), load_postgresql_runtime_config_runtime_local(), and postgresql_conninfo_dup_runtime_local().
| char* NativeDynamicPostgresqlRuntimeConfig::host |
Definition at line 22 of file native_dynamic_relational.c.
Referenced by free_postgresql_runtime_config_runtime_local(), load_postgresql_runtime_config_runtime_local(), and postgresql_conninfo_dup_runtime_local().
| char* NativeDynamicPostgresqlRuntimeConfig::password_env_name |
Definition at line 26 of file native_dynamic_relational.c.
Referenced by free_postgresql_runtime_config_runtime_local(), load_postgresql_runtime_config_runtime_local(), and postgresql_conninfo_dup_runtime_local().
| char* NativeDynamicPostgresqlRuntimeConfig::port |
Definition at line 23 of file native_dynamic_relational.c.
Referenced by free_postgresql_runtime_config_runtime_local(), load_postgresql_runtime_config_runtime_local(), and postgresql_conninfo_dup_runtime_local().
| char* NativeDynamicPostgresqlRuntimeConfig::tls_cert |
Definition at line 29 of file native_dynamic_relational.c.
Referenced by free_postgresql_runtime_config_runtime_local(), load_postgresql_runtime_config_runtime_local(), and postgresql_conninfo_dup_runtime_local().
| char* NativeDynamicPostgresqlRuntimeConfig::tls_key |
Definition at line 30 of file native_dynamic_relational.c.
Referenced by free_postgresql_runtime_config_runtime_local(), load_postgresql_runtime_config_runtime_local(), and postgresql_conninfo_dup_runtime_local().
| char* NativeDynamicPostgresqlRuntimeConfig::tls_mode |
Definition at line 27 of file native_dynamic_relational.c.
Referenced by free_postgresql_runtime_config_runtime_local(), load_postgresql_runtime_config_runtime_local(), and postgresql_conninfo_dup_runtime_local().
| char* NativeDynamicPostgresqlRuntimeConfig::tls_root_cert |
Definition at line 28 of file native_dynamic_relational.c.
Referenced by free_postgresql_runtime_config_runtime_local(), load_postgresql_runtime_config_runtime_local(), and postgresql_conninfo_dup_runtime_local().
| char* NativeDynamicPostgresqlRuntimeConfig::user |
Definition at line 25 of file native_dynamic_relational.c.
Referenced by free_postgresql_runtime_config_runtime_local(), load_postgresql_runtime_config_runtime_local(), and postgresql_conninfo_dup_runtime_local().