boost_sqlite 1
A sqlite C++ library
|
#include <include/boost/sqlite/hooks.hpp>
Public Member Functions | |
int | blob_write () const |
Query the status of blob access, e.g. when using blob_handle. | |
int | count () const |
The count of colums to be updated. | |
int | depth () const |
The nesting depth of the update. | |
system::result< value > | new_ (int column) const |
The new value to be written to column. | |
system::result< value > | old (int column) const |
Returns the old value, i.e. the value before the update. | |
The context for pre-update events
SQLITE_ENABLE_PREUPDATE_HOOK
enabled.
|
inline |
Query the status of blob access, e.g. when using blob_handle.