
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 57 of file cdr_adaptive_odbc.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 config_module(), find_table(), and pgsql_log().
| int len |
Definition at line 67 of file cdr_pgsql.c.
Referenced by config_module(), find_table(), handle_cli_realtime_pgsql_cache(), and require_pgsql().
| struct { ... } list |
| struct { ... } list |
| char * name |
Definition at line 58 of file cdr_adaptive_odbc.c.
Referenced by config_module(), find_column(), find_table(), handle_cli_realtime_pgsql_cache(), load_config(), odbc_log(), pgsql_log(), require_pgsql(), and update_pgsql().
Definition at line 68 of file cdr_adaptive_odbc.c.
| unsigned int notnull |
Definition at line 68 of file cdr_pgsql.c.
Referenced by config_module(), find_table(), handle_cli_realtime_pgsql_cache(), and pgsql_log().
| 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 config_module(), find_table(), handle_cli_realtime_pgsql_cache(), load_config(), odbc_log(), pgsql_log(), and require_pgsql().
| char* type |
Definition at line 66 of file cdr_pgsql.c.