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

Utility function that can be used in xFilter for the in operator. More...

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

Public Member Functions

iterator begin ()
 Returns a forward iterator to the in sequence for an in constraint pointing to the begin.
 
iterator end ()
 Returns a forward iterator to the in sequence for an in constraint pointing to the end.
 

Detailed Description

Utility function that can be used in xFilter for the in operator.

See also
https://www.sqlite.org/capi3ref.html#sqlite3_vtab_in_first

@Note requires sqlite version >= 3.38

Definition at line 143 of file vtable.hpp.


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