
Data Fields | |
| char * | cdrname |
| SQLSMALLINT | decimals |
| char * | filtervalue |
| unsigned int | hasdefault:1 |
| int | len |
| struct { | |
| struct columns * next | |
| } | list |
| struct { | |
| struct columns * next | |
| } | list |
| char * | name |
| unsigned int | notnull:1 |
| SQLSMALLINT | nullable |
| SQLINTEGER | octetlen |
| SQLSMALLINT | radix |
| SQLINTEGER | size |
| char * | staticvalue |
| SQLSMALLINT | type |
| char * | type |
Definition at line 64 of file cdr_pgsql.c.
| char* cdrname |
Definition at line 59 of file cdr_adaptive_odbc.c.
Referenced by load_config(), and odbc_log().
| SQLSMALLINT decimals |
Definition at line 64 of file cdr_adaptive_odbc.c.
Referenced by load_config(), and odbc_log().
| char* filtervalue |
Definition at line 60 of file cdr_adaptive_odbc.c.
Referenced by load_config(), and odbc_log().
| unsigned int hasdefault |
Definition at line 69 of file cdr_pgsql.c.
Referenced by pgsql_log(), config_module(), and find_table().
| int len |
Definition at line 67 of file cdr_pgsql.c.
Referenced by config_module(), find_table(), require_pgsql(), and handle_cli_realtime_pgsql_cache().
| struct { ... } list |
| struct { ... } list |
| char * name |
Definition at line 58 of file cdr_adaptive_odbc.c.
Referenced by load_config(), odbc_log(), pgsql_log(), config_module(), find_table(), find_column(), update_pgsql(), require_pgsql(), and handle_cli_realtime_pgsql_cache().
Definition at line 68 of file cdr_adaptive_odbc.c.
| unsigned int notnull |
Definition at line 68 of file cdr_pgsql.c.
Referenced by pgsql_log(), config_module(), find_table(), and handle_cli_realtime_pgsql_cache().
| SQLSMALLINT nullable |
Definition at line 66 of file cdr_adaptive_odbc.c.
Referenced by load_config().
| SQLINTEGER octetlen |
Definition at line 67 of file cdr_adaptive_odbc.c.
Referenced by load_config(), and odbc_log().
| SQLSMALLINT radix |
Definition at line 65 of file cdr_adaptive_odbc.c.
Referenced by load_config(), and odbc_log().
| SQLINTEGER size |
Definition at line 63 of file cdr_adaptive_odbc.c.
Referenced by load_config().
| char* staticvalue |
Definition at line 61 of file cdr_adaptive_odbc.c.
Referenced by load_config(), and odbc_log().
| char * type |
Definition at line 62 of file cdr_adaptive_odbc.c.
Referenced by load_config(), odbc_log(), pgsql_log(), config_module(), find_table(), require_pgsql(), and handle_cli_realtime_pgsql_cache().
| char* type |
Definition at line 66 of file cdr_pgsql.c.