Data Structures | |
struct | psql_columns |
Data Fields | |
struct tables::psql_columns | columns |
char * | connection |
struct { | |
struct tables * next | |
} | list |
ast_rwlock_t | lock |
char | name [0] |
char * | table |
unsigned int | usegmtime:1 |
Definition at line 71 of file cdr_adaptive_odbc.c.
struct tables::psql_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 72 of file cdr_adaptive_odbc.c.
Referenced by load_config(), and odbc_log().
struct { ... } list |
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* table |
Definition at line 73 of file cdr_adaptive_odbc.c.
Referenced by load_config(), and odbc_log().
unsigned int usegmtime |
Definition at line 74 of file cdr_adaptive_odbc.c.
Referenced by load_config(), and odbc_log().