clang-tags
C/C++ source code indexing tool based on libclang
 All Classes Functions Variables Typedefs Groups Pages
Classes
Sqlite++

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...

Detailed Description

Wrapper around the SQLite C API.

Here is a brief example: