
Data Structures | |
| struct | odbc_columns |
| struct | psql_columns |
Data Fields | |
| struct tables::psql_columns | columns |
| struct tables::odbc_columns | columns |
| char * | connection |
| struct { | |
| struct tables * next | |
| } | list |
| ast_rwlock_t | lock |
| char | name [0] |
| char * | schema |
| char * | table |
| unsigned int | usegmtime:1 |
Definition at line 72 of file cdr_adaptive_odbc.c.
| struct tables::psql_columns columns |
| struct tables::odbc_columns columns |
Referenced by destroy_table(), find_column(), find_table(), free_config(), handle_cli_realtime_pgsql_cache(), load_config(), odbc_log(), require_pgsql(), and update_pgsql().
| char* connection |
Definition at line 73 of file cdr_adaptive_odbc.c.
Referenced by load_config(), and odbc_log().
| struct { ... } list |
Referenced by destroy_table(), find_column(), find_table(), handle_cli_realtime_pgsql_cache(), require_pgsql(), unload_module(), unload_pgsql(), and update_pgsql().
Definition at line 70 of file res_config_pgsql.c.
Referenced by destroy_table(), and find_table().
| char name[0] |
Definition at line 73 of file res_config_pgsql.c.
Referenced by find_table(), handle_cli_realtime_pgsql_cache(), and unload_pgsql().
Definition at line 72 of file res_config_pgsql.c.
| char* schema |
Definition at line 75 of file cdr_adaptive_odbc.c.
Referenced by load_config(), and odbc_log().
| char* table |
Definition at line 74 of file cdr_adaptive_odbc.c.
Referenced by find_table(), load_config(), odbc_log(), require_pgsql(), unload_module(), update2_pgsql(), and update_pgsql().
| unsigned int usegmtime |
Definition at line 76 of file cdr_adaptive_odbc.c.
Referenced by load_config(), and odbc_log().