NCBI C++ ToolKit
|
#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 <sqlite3async.h>
#include <deque>
Go to the source code of this file.
Go to the SVN repository for 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... | |