boost_sqlite 1
A sqlite C++ library
Loading...
Searching...
No Matches
boost::sqlite::vtab::modifiable Struct Referenceabstract

Group of functions for modifications. More...

#include <include/boost/sqlite/vtable.hpp>

Public Member Functions

virtual result< sqlite_int64 > insert (sqlite::value key, span< sqlite::value > values, int on_conflict)=0
 Insert a new row.
 
virtual result< sqlite_int64 > update (sqlite::value old_key, sqlite::value new_key, span< sqlite::value > values, int on_conflict)=0
 Update the row.
 

Detailed Description

Group of functions for modifications.

Definition at line 483 of file vtable.hpp.


The documentation for this struct was generated from the following file: