#include "db_backend_sqlite.h"
#include "db_error.h"
#include "log.h"
#include <stdlib.h>
#include <sqlite3.h>
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <time.h>
#include <pthread.h>
#include <errno.h>
Go to the source code of this file.
§ db_backend_sqlite_statement_t
The SQLite database backend specific data for walking a result.
§ db_backend_sqlite_t
The SQLite database backend specific data.
§ db_backend_sqlite_new_handle()
Create a new database backend handle for SQLite.
- Returns
- a db_backend_handle_t pointer or NULL on error.
Definition at line 1850 of file db_backend_sqlite.c.