libsq3  2007.10.18
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Csq3::cursorThis type is for stepping through a db query result
 Csq3::databaseEncapsulates a connection to an sqlite database
 Csq3::log_dbLog_db is a simple logging database for use with arbitrary applications
 Csq3::settings_db
settings_db ia a very simplistic key/value pair database for use with the sq3 database layer
 Crefcount::no_delete_finalizerA no-op "destructor" for use with rcptr
 Crefcount::plain_delete_finalizerThe default destructor/cleanup functor for use with rcptr<>
 Crefcount::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
 Crefcount::rcptr< sq3::statement, sq3::statement_reset_finalizer >
 Crefcount::rcptr< sqlite3, sq3::sqlite3_finalizer >
 Crefcount::rcptr< sqlite3_stmt, sq3::sqlite3_stmt_finalizer >
 Crefcount::Detail::ref_type< T >Internal detail for dereferencing pointers
 Crefcount::Detail::ref_type< void >Internal detail for dereferencing pointers
 Csq3::sqlite3_finalizerA specialized dtor to close sqlite3 handles, for use with refcount::rcptr<sqlite3,sqlite3_finalizer >
 Csq3::sqlite3_stmt_finalizerA specialized dtor to finalize sqlite3_stmt handles, for use with refcount::rcptr<sqlite3,sqlite3_stmt_finalizer>
 Csq3::sqlite3_stmt_reset_finalizerA specialized dtor to call reset sqlite3_stmt handles(), for use with refcount::rcptr<sqlite3,sqlite3_stmt_reset_finalizer>
 Csq3::statement
This class represents a prepared database statement
 Csq3::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