Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
char * | cdrname |
char * | celname |
SQLSMALLINT | decimals |
char * | dflt |
char * | filtervalue |
struct column * | first |
unsigned int | hasdefault:1 |
struct column * | last |
int | len |
struct { | |
struct columns * next | |
} | list |
struct { | |
struct columns * next | |
} | list |
struct { | |
struct columns * next | |
} | list |
struct { | |
struct columns * next | |
} | list |
ast_rwlock_t | lock |
char * | name |
unsigned int | negatefiltervalue:1 |
unsigned int | notnull:1 |
char | null |
SQLSMALLINT | nullable |
SQLINTEGER | octetlen |
SQLSMALLINT | radix |
SQLINTEGER | size |
char * | staticvalue |
SQLSMALLINT | type |
char * | type |
Definition at line 107 of file cdr_mysql.c.
char* cdrname |
Definition at line 67 of file cdr_adaptive_odbc.c.
Referenced by load_config(), and odbc_log().
char* celname |
Definition at line 68 of file cel_odbc.c.
Referenced by load_config(), and odbc_log().
SQLSMALLINT decimals |
Definition at line 72 of file cdr_adaptive_odbc.c.
Referenced by load_config(), and odbc_log().
char* dflt |
Definition at line 103 of file res_config_mysql.c.
Referenced by find_table().
char * filtervalue |
Definition at line 68 of file cdr_adaptive_odbc.c.
Referenced by load_config(), and odbc_log().
struct column* first |
Definition at line 107 of file cdr_mysql.c.
Referenced by pgsql_log(), and update2_pgsql().
unsigned int hasdefault |
Definition at line 98 of file cdr_pgsql.c.
Referenced by config_module(), find_table(), pgsql_log(), and process_my_load_module().
struct column* last |
Definition at line 107 of file cdr_mysql.c.
Referenced by config_pgsql().
int len |
Definition at line 105 of file res_config_mysql.c.
Referenced by config_module(), find_table(), handle_cli_realtime_mysql_cache(), handle_cli_realtime_pgsql_cache(), process_my_load_module(), require_mysql(), and require_pgsql().
struct { ... } list |
struct { ... } list |
struct { ... } list |
struct { ... } list |
Referenced by config_module(), destroy_table(), empty_columns(), find_column(), find_table(), free_config(), handle_cli_realtime_mysql_cache(), handle_cli_realtime_pgsql_cache(), load_config(), my_unload_module(), odbc_log(), pgsql_log(), process_my_load_module(), require_pgsql(), unload_module(), unload_pgsql(), and update_pgsql().
ast_rwlock_t lock |
Definition at line 107 of file cdr_mysql.c.
char * name |
Definition at line 101 of file res_config_mysql.c.
Referenced by config_module(), find_column(), find_table(), PathSegment::get_child(), handle_cli_realtime_mysql_cache(), handle_cli_realtime_pgsql_cache(), Parameter::load(), SwaggerType::load(), Property::load(), load_config(), load_module(), odbc_log(), pgsql_log(), process_my_load_module(), require_mysql(), require_pgsql(), unload_module(), and update_pgsql().
unsigned int negatefiltervalue |
Definition at line 77 of file cdr_adaptive_odbc.c.
Referenced by load_config(), and odbc_log().
struct columns* next |
Definition at line 106 of file res_config_mysql.c.
unsigned int notnull |
Definition at line 97 of file cdr_pgsql.c.
Referenced by config_module(), find_table(), handle_cli_realtime_pgsql_cache(), pgsql_log(), and process_my_load_module().
char null |
Definition at line 104 of file res_config_mysql.c.
Referenced by find_table().
SQLSMALLINT nullable |
Definition at line 74 of file cdr_adaptive_odbc.c.
Referenced by load_config().
SQLINTEGER octetlen |
Definition at line 75 of file cdr_adaptive_odbc.c.
Referenced by load_config(), and odbc_log().
SQLSMALLINT radix |
Definition at line 73 of file cdr_adaptive_odbc.c.
Referenced by load_config(), and odbc_log().
SQLINTEGER size |
Definition at line 71 of file cdr_adaptive_odbc.c.
Referenced by load_config(), and require_pgsql().
char * staticvalue |
Definition at line 69 of file cdr_adaptive_odbc.c.
Referenced by load_config(), and odbc_log().
SQLSMALLINT type |
Definition at line 70 of file cdr_adaptive_odbc.c.
Referenced by Property::load().
char * type |
Definition at line 102 of file res_config_mysql.c.
Referenced by config_module(), find_table(), handle_cli_realtime_mysql_cache(), handle_cli_realtime_pgsql_cache(), Property::load(), load_config(), odbc_log(), pgsql_log(), process_my_load_module(), require_mysql(), and require_pgsql().