|
EDGESEC
0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
|
File containing the definition of the sqlite utilities. More...
#include <stdio.h>#include <stdlib.h>#include <sqlite3.h>#include <string.h>Go to the source code of this file.
Functions | |
| int | execute_sqlite_query (sqlite3 *db, const char *statement) |
| Executes and sqlite query statement. More... | |
| int | check_table_exists (sqlite3 *db, const char *table_name) |
| Check if sqlite table exists. More... | |
File containing the definition of the sqlite utilities.
| int check_table_exists | ( | sqlite3 * | db, |
| const char * | table_name | ||
| ) |
Check if sqlite table exists.
| db | The sqlite db structure |
| table_name | The table name |
| int execute_sqlite_query | ( | sqlite3 * | db, |
| const char * | statement | ||
| ) |
Executes and sqlite query statement.
| db | The sqlite db structure. |
| statement | The sqlite query statement. |