|
Unify Framework Lib 1.7.0
|
#include "datastore.h"#include "datastore_internals.h"#include "sl_log.h"#include "sl_status.h"#include <sqlite3.h>#include <stddef.h>#include <string.h>#include <stdio.h>Macros | |
| #define | LOG_TAG "datastore_internal" |
Functions | |
| int | datastore_exec_sql (const char *sql) |
| Helper function to execute SQL statement and check for errors. More... | |
| #define LOG_TAG "datastore_internal" |
| int datastore_exec_sql | ( | const char * | sql | ) |
Helper function to execute SQL statement and check for errors.
| sql | SQL-query to execute |