#include <corelib/ncbiexpt.hpp>
#include <corelib/ncbimisc.hpp>
#include <corelib/ncbistr.hpp>
#include <corelib/ncbimtx.hpp>
#include <corelib/ncbi_system.hpp>
#include <corelib/obj_pool.hpp>
#include <sqlite3.h>
#include <deque>
Include dependency graph for sqlitewrapp.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | CSQLITE_Global |
| Utility class for some global-purpose functions tuning SQLite as a whole as opposed to tuning connection-by-connection. More... | |
| class | CSQLITE_HandleFactory |
| Object factory creating sqlite3* handles. More... | |
| class | CSQLITE_Connection |
| Connection to SQLite database. More... | |
| class | CSQLITE_Statement |
| SQL statement executing on SQLite database. More... | |
| class | CSQLITE_StatementLock |
| "Scoped" statement activity object. More... | |
| class | CSQLITE_Blob |
| Object reading and writing blob directly (mostly without executing select or update statements), can read and write blob incrementally. More... | |
| class | CSQLITE_Exception |
| Exception thrown from all SQLite-related objects and functions. More... | |
1.4.6
Modified on Wed Dec 09 08:18:19 2009 by modify_doxy.py rev. 173732