libsq3
2007.10.18
|
![]() ![]() | This type is for stepping through a db query result |
![]() ![]() | Encapsulates a connection to an sqlite database |
![]() ![]() ![]() | Log_db is a simple logging database for use with arbitrary applications |
![]() ![]() ![]() | Settings_db ia a very simplistic key/value pair database for use with the sq3 database layer |
![]() ![]() | A no-op "destructor" for use with rcptr |
![]() ![]() | The default destructor/cleanup functor for use with rcptr<> |
![]() ![]() | 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 |
![]() ![]() | Internal detail for dereferencing pointers |
![]() ![]() | Internal detail for dereferencing pointers |
![]() ![]() | A specialized dtor to close sqlite3 handles, for use with refcount::rcptr<sqlite3,sqlite3_finalizer > |
![]() ![]() | A specialized dtor to finalize sqlite3_stmt handles, for use with refcount::rcptr<sqlite3,sqlite3_stmt_finalizer> |
![]() ![]() | A specialized dtor to call reset sqlite3_stmt handles(), for use with refcount::rcptr<sqlite3,sqlite3_stmt_reset_finalizer> |
![]() ![]() | This class represents a prepared database statement |
![]() ![]() | A specialized dtor to reset (not close) sq3::statement objects, for use with refcount::rcptr<sqlite3,statement_reset_finalizer> |
![]() ![]() | This type represents a transaction block in an SQL session |