boost_sqlite 1
A sqlite C++ library
|
▼Nboost | |
▼Nsqlite | |
▼Nvtab | |
Ccursor | Cursor needs the following member |
Ccursor< void > | Cursor needs the following member |
Cfunction_setter | Helper type to set a function through the xFindFunction callback |
Cin | Utility function that can be used in xFilter for the in operator |
Cindex_info | |
Cmodifiable | Group of functions for modifications |
Coverload_functions | Fucntion to enable function overriding See xFindFunction |
Crecursive_transaction | Support for recursive transactions |
Crenamable | Make the vtable renamable |
Ctable | The basis for vtable |
Ctransaction | Group of functions to support transactions |
Cblob | An object that owns a binary large object |
Cblob_handle | Object that holds a binary large object. Can be obtained by using blob_handle |
Cblob_view | View to a binary large object |
Ccolumn_meta_data | The metadata of a column |
Cconnection | Main object for a connection to a database |
Ccontext | A context that can be passed into scalar functions |
Ccstring_ref | Small wrapper for a null-terminated string that can be directly passed to C APIS |
Cerror | An error containing both a code & optional message |
Cerror_info | Additional information about error conditions stored in an sqlite-allocate string |
Cfield | A holder for a sqlite field, i.e. something returned from a query |
Cmemory_tag | |
Cmutex | A mutex class that maybe a noop depending on the mode sqlite3 was compiled as |
Cparam_ref | A reference to a value to temporary bind for an execute statement. Most values are captures by reference |
Cpreupdate_context | |
Crecursive_mutex | A recursive mutex class that maybe a noop depending on the mode sqlite3 was compiled as |
▼Cresultset | Representation of a result from a database |
Citerator | The input iterator can be used to read every row in a for-loop |
▼Crow | Representation of a row in a database |
Cconst_iterator | Random access iterator used to iterate over the columns |
Csavepoint | A simple transaction guard implementing RAAI for savepoints. Savepoints can be used recursively |
Cstatement | A statement used for a prepared-statement |
▼Cstatic_resultset | A typed resultset using a tuple or a described struct |
Citerator | The input iterator can be used to read every row in a for-loop |
Ctransaction | A simple transaction guard implementing RAAI for transactions |
Cvalue | A holder for a sqlite values used for internal APIs |