boost_sqlite 1
A sqlite C++ library
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 Nboost
 Nsqlite
 Nvtab
 CcursorCursor needs the following member
 Ccursor< void >Cursor needs the following member
 Cfunction_setterHelper type to set a function through the xFindFunction callback
 CinUtility function that can be used in xFilter for the in operator
 Cindex_info
 CmodifiableGroup of functions for modifications
 Coverload_functionsFucntion to enable function overriding See xFindFunction
 Crecursive_transactionSupport for recursive transactions
 CrenamableMake the vtable renamable
 CtableThe basis for vtable
 CtransactionGroup of functions to support transactions
 CblobAn object that owns a binary large object
 Cblob_handleObject that holds a binary large object. Can be obtained by using blob_handle
 Cblob_viewView to a binary large object
 Ccolumn_meta_dataThe metadata of a column
 CconnectionMain object for a connection to a database
 CcontextA context that can be passed into scalar functions
 Ccstring_refSmall wrapper for a null-terminated string that can be directly passed to C APIS
 CerrorAn error containing both a code & optional message
 Cerror_infoAdditional information about error conditions stored in an sqlite-allocate string
 CfieldA holder for a sqlite field, i.e. something returned from a query
 Cmemory_tag
 CmutexA mutex class that maybe a noop depending on the mode sqlite3 was compiled as
 Cparam_refA reference to a value to temporary bind for an execute statement. Most values are captures by reference
 Cpreupdate_context
 Crecursive_mutexA recursive mutex class that maybe a noop depending on the mode sqlite3 was compiled as
 CresultsetRepresentation of a result from a database
 CiteratorThe input iterator can be used to read every row in a for-loop
 CrowRepresentation of a row in a database
 Cconst_iteratorRandom access iterator used to iterate over the columns
 CsavepointA simple transaction guard implementing RAAI for savepoints. Savepoints can be used recursively
 CstatementA statement used for a prepared-statement
 Cstatic_resultsetA typed resultset using a tuple or a described struct
 CiteratorThe input iterator can be used to read every row in a for-loop
 CtransactionA simple transaction guard implementing RAAI for transactions
 CvalueA holder for a sqlite values used for internal APIs