Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
unsigned char | isint |
char * | name |
char * | type |
Definition at line 496 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 499 of file res_config_sqlite.c.
Referenced by cdr_handler(), find_table_cb(), and realtime_require_handler().
char* name |
Definition at line 497 of file res_config_sqlite.c.
Referenced by cdr_handler(), find_table_cb(), PathSegment::get_child(), handle_cli_sqlite_show_tables(), Parameter::load(), SwaggerType::load(), Property::load(), and realtime_require_handler().
char* type |
Definition at line 498 of file res_config_sqlite.c.
Referenced by find_table_cb(), handle_cli_sqlite_show_tables(), and Property::load().