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

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

Public Member Functions

const char * collation (std::size_t idx) const
 Receive the collation for the contrainst of the position.
 
BOOST_ATTRIBUTE_NODISCARD span< const sqlite3_index_info::sqlite3_index_constraint > constraints () const
 Returns constraints of the index.
 
bool distinct () const
 Returns true if the constraint is.
 
BOOST_ATTRIBUTE_NODISCARD span< const sqlite3_index_info::sqlite3_index_orderby > order_by () const
 Returns ordering of the index.
 

Detailed Description

index info used by the find_index function

See also
sqlite reference

Definition at line 225 of file vtable.hpp.


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