Data Fields | |
tables::psql_columns | columns |
tables::odbc_columns | columns |
char * | connection |
struct { | |
tables * next | |
} | list |
struct { | |
tables * next | |
} | list |
ast_mutex_t | lock |
char | name [0] |
char * | table |
Data Structures | |
struct | odbc_columns |
struct | psql_columns |
Definition at line 69 of file cdr_adaptive_odbc.c.
struct tables::psql_columns columns |
struct tables::odbc_columns columns |
Referenced by handle_cli_realtime_pgsql_cache(), load_config(), and odbc_log().
char* connection |
struct { ... } list |
struct { ... } list |
char name[0] |
Definition at line 67 of file res_config_pgsql.c.
Referenced by handle_cli_realtime_pgsql_cache(), and unload_pgsql().
Definition at line 66 of file res_config_pgsql.c.
Definition at line 73 of file cdr_adaptive_odbc.c.
char* table |