#include <include/boost/sqlite/vtable.hpp>
|
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.
|
|
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: