Sqlitepp  1.2.3
A thin sqlite C++ wrapper
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NsqliteSqlite C++ wrapper and associated types
 CConnectionSqlite database connection
 CColumn_metadataColumn metadata info
 CStmtPrepared statement obj - usually created by Connection::create_statement
 CDatabaseSqlite Database service locator (Static class)
 CErrorCommon data for SQL errors (abstract base)
 CLogic_errorSQL Logic error
 CRuntime_errorSQL Runtime error