Data Fields | |
unsigned char | isint |
struct { | |
sqlite_cache_columns * next | |
} | list |
char * | name |
char * | type |
Definition at line 505 of file res_config_sqlite.c.
unsigned char isint |
By definition, only INTEGER PRIMARY KEY is an integer; everything else is a string.
Definition at line 508 of file res_config_sqlite.c.
Referenced by cdr_handler(), find_table_cb(), and realtime_require_handler().
struct { ... } list |
Referenced by handle_cli_sqlite_show_tables(), and realtime_require_handler().
char* name |
Definition at line 506 of file res_config_sqlite.c.
Referenced by cdr_handler(), find_table_cb(), handle_cli_sqlite_show_tables(), and realtime_require_handler().
struct sqlite_cache_columns* next |
Definition at line 509 of file res_config_sqlite.c.
char* type |
Definition at line 507 of file res_config_sqlite.c.
Referenced by find_table_cb(), and handle_cli_sqlite_show_tables().