EDGESEC
0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
src
utils
sqliteu.h
Go to the documentation of this file.
1
11
#ifndef SQLITEU_H
12
#define SQLITEU_H
13
14
#include <stdio.h>
15
#include <stdlib.h>
16
#include <sqlite3.h>
17
#include <string.h>
18
26
int
execute_sqlite_query
(sqlite3 *db,
const
char
*statement);
27
35
int
check_table_exists
(sqlite3 *db,
const
char
*table_name);
36
#endif
execute_sqlite_query
int execute_sqlite_query(sqlite3 *db, const char *statement)
Executes and sqlite query statement.
Definition:
sqliteu.c:19
check_table_exists
int check_table_exists(sqlite3 *db, const char *table_name)
Check if sqlite table exists.
Definition:
sqliteu.c:30
Generated by
1.9.1