#include "sqlite3.h"
#include "../../Interfaces/BufferHolder.h"
#include "../../Interfaces/DcAdapter.h"
#include <string>
#include <iostream>
#include <vector>
#include <map>
Go to the source code of this file.
Classes | |
class | BnSQLite |
This class is a thin wrapper for the SQLite database. More... | |
Typedefs | |
typedef vector< string > | t_query_fields |
typedef vector< t_query_fields > | t_query |
typedef t_query::iterator | t_query_itr |
typedef map< string, int > | t_fields_names |
typedef t_fields_names::iterator | t_fields_names_itr |
typedef map<string, int> t_fields_names |
Definition at line 19 of file BnSQLite.h.
typedef t_fields_names::iterator t_fields_names_itr |
Definition at line 20 of file BnSQLite.h.
typedef vector<t_query_fields> t_query |
Definition at line 17 of file BnSQLite.h.
typedef vector<string> t_query_fields |
Definition at line 16 of file BnSQLite.h.
typedef t_query::iterator t_query_itr |
Definition at line 18 of file BnSQLite.h.