|
dodo
0.0.1
A C++ library to create containerized Linux services
|


Go to the source code of this file.
Data Structures | |
| class | dodo::persist::sqlite::Database |
| A STL friendly wrapper around the great sqlite3. More... | |
| class | dodo::persist::sqlite::DDL |
| Data Definition Language, SQL that takes no parameters, returns no data such as CREATE TABLE. More... | |
| class | dodo::persist::sqlite::DML |
| Data Modification Language statements can take bind values. More... | |
| class | dodo::persist::sqlite::Query |
| Queries can take bind values and return select lists. More... | |
| class | dodo::persist::sqlite::Statement |
| Generic SQL Statement. More... | |
Namespaces | |
| dodo | |
| A C++ platform interface to lean Linux services tailored for containerized deployment. | |
| dodo::persist | |
| Persistent storage structures. | |
| dodo::persist::sqlite | |
| C++ API to SQLite. | |
Typedefs | |
| typedef int(* | dodo::persist::sqlite::WaitHandler) (void *, int) |
| Prototype for wait/busy handlers. More... | |
SQLite3 wrapper c++ header file.
Definition in file sqlite.hpp.