|
clang-tags
C/C++ source code indexing tool based on libclang
|
Wrapper around the SQLite C API. More...
Classes | |
| struct | Sqlite::Error |
| Exception for SQLite errors. More... | |
| class | Sqlite::Database |
| Connection to an SQLite database. More... | |
| class | Sqlite::Statement |
| Prepared SQL statement. More... | |
Wrapper around the SQLite C API.
Here is a brief example:
1.8.1.2