libsqlite3x 2007.10.18
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nsqlite3xThis namespace encapsulates a C++ API wrapper for sqlite3 databases
 Cdatabase_errorException type used by the sqlite3x classes
 Csettings_db
 Csqlite3_commandEncapsulates a command to send to an sqlite3_connection
 Csqlite3_connectionRepresents a connection to an sqlite3 database
 Csqlite3_cursorA type for reading results from an sqlite3_command
 Csqlite3_transactionManages an sqlite3 transaction
 Ctable_generatorEXPERIMENTAL
 Ctable_generator_implAn internal implementation detail of table_generator