ThinSQLite++
A thin, safe and convenient modern C++ wrapper for SQLite API.
Loading...
Searching...
No Matches
thinsqlitepp
index_info
index_info< T > Member List
This is the complete list of members for
index_info< T >
, including all inherited members.
c_ptr
() const noexcept
handle< sqlite3_index_info, index_info< void > >
inline
collation
(int constraint_idx) const noexcept
index_info< T >
inline
columns_used
() const noexcept
index_info< T >
inline
constraint
typedef
index_info< T >
constraint_usage
typedef
index_info< T >
constraints
() const noexcept
index_info< T >
inline
constraints_usage
() const noexcept
index_info< T >
inline
constraints_usage
() noexcept
index_info< T >
inline
distinct
() const noexcept
index_info< T >
inline
estimated_cost
() const noexcept
index_info< T >
inline
estimated_rows
() const noexcept
index_info< T >
inline
from
(sqlite3_index_info *obj) noexcept
handle< sqlite3_index_info, index_info< void > >
inline
static
handle
()=delete
handle< sqlite3_index_info, index_info< void > >
handle
(const handle &)=delete
handle< sqlite3_index_info, index_info< void > >
handle_in
(int constraint_idx, bool handle) const noexcept
index_info< T >
inline
index_data
() const noexcept
index_info< T >
inline
index_flags
() const noexcept
index_info< T >
inline
index_number
() const noexcept
index_info< T >
inline
is_in
(int constraint_idx) const noexcept
index_info< T >
inline
operator delete
(void *) noexcept
handle< sqlite3_index_info, index_info< void > >
inline
operator=
(const handle &)=delete
handle< sqlite3_index_info, index_info< void > >
order_by_consumed
() const noexcept
index_info< T >
inline
orderby
typedef
index_info< T >
orderbys
() const noexcept
index_info< T >
inline
set_estimated_cost
(double val) noexcept
index_info< T >
inline
set_estimated_rows
(int64_t val) noexcept
index_info< T >
inline
set_index_data
(X *data, bool allocated=false) noexcept
index_info< T >
inline
set_index_data
(std::unique_ptr< X, sqlite_deleter< X > > data) noexcept
index_info< T >
inline
set_index_data
(std::unique_ptr< X > data) noexcept
index_info< T >
inline
set_index_flags
(int val) noexcept
index_info< T >
inline
set_index_number
(int val) noexcept
index_info< T >
inline
set_order_by_consumed
(bool val) noexcept
index_info< T >
inline
~index_info
()=delete (defined in
index_info< T >
)
index_info< T >
Generated by
1.12.0