libsq3  2007.10.18
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
oCsq3::cursorThis type is for stepping through a db query result
oCsq3::databaseEncapsulates a connection to an sqlite database
|oCsq3::log_dbLog_db is a simple logging database for use with arbitrary applications
|\Csq3::settings_dbSettings_db ia a very simplistic key/value pair database for use with the sq3 database layer
oCrefcount::no_delete_finalizerA no-op "destructor" for use with rcptr
oCrefcount::plain_delete_finalizerThe default destructor/cleanup functor for use with rcptr<>
oCrefcount::rcptr< HandleT, FinalizerT >A bare-bones non-intrusive reference-counted pointer type with the ability for the client to specify a finalization/destruction functor for the pointed-to type
oCrefcount::rcptr< sq3::statement, sq3::statement_reset_finalizer >
oCrefcount::rcptr< sqlite3, sq3::sqlite3_finalizer >
oCrefcount::rcptr< sqlite3_stmt, sq3::sqlite3_stmt_finalizer >
oCrefcount::Detail::ref_type< T >Internal detail for dereferencing pointers
oCrefcount::Detail::ref_type< void >Internal detail for dereferencing pointers
oCsq3::sqlite3_finalizerA specialized dtor to close sqlite3 handles, for use with refcount::rcptr<sqlite3,sqlite3_finalizer >
oCsq3::sqlite3_stmt_finalizerA specialized dtor to finalize sqlite3_stmt handles, for use with refcount::rcptr<sqlite3,sqlite3_stmt_finalizer>
oCsq3::sqlite3_stmt_reset_finalizerA specialized dtor to call reset sqlite3_stmt handles(), for use with refcount::rcptr<sqlite3,sqlite3_stmt_reset_finalizer>
oCsq3::statementThis class represents a prepared database statement
oCsq3::statement_reset_finalizerA specialized dtor to reset (not close) sq3::statement objects, for use with refcount::rcptr<sqlite3,statement_reset_finalizer>
\Csq3::transactionThis type represents a transaction block in an SQL session