|
| template<typename T > |
| static val_bind< T > | _val (const T &x) |
| |
| template<typename T > |
| static ref_bind< T > | _ref (const T &x) |
| |
| template<typename T , std::size_t N> |
| static ref_bind< T[N]> | _ref (const T(&x)[N]) |
| |
| odb::query_base::~query_base |
( |
| ) |
|
|
inline |
| odb::query_base::query_base |
( |
| ) |
|
|
inline |
| odb::query_base::query_base |
( |
bool |
v | ) |
|
|
inlineexplicit |
| odb::query_base::query_base |
( |
const char * |
native | ) |
|
|
inlineexplicit |
| odb::query_base::query_base |
( |
const std::string & |
native | ) |
|
|
inlineexplicit |
| odb::query_base::query_base |
( |
const query_column< bool > & |
| ) |
|
| odb::query_base::query_base |
( |
const query_base & |
x | ) |
|
|
inline |
template<typename T >
| static val_bind<T> odb::query_base::_val |
( |
const T & |
x | ) |
|
|
inlinestatic |
template<typename T >
| static ref_bind<T> odb::query_base::_ref |
( |
const T & |
x | ) |
|
|
inlinestatic |
template<typename T , std::size_t N>
| static ref_bind<T[N]> odb::query_base::_ref |
( |
const T(&) |
x[N] | ) |
|
|
inlinestatic |
| query_base& odb::query_base::operator+= |
( |
const std::string & |
native | ) |
|
| bool odb::query_base::empty |
( |
| ) |
const |
|
inline |
| bool odb::query_base::const_true |
( |
| ) |
const |
|
inline |
| void odb::query_base::append |
( |
const std::string & |
| ) |
|
| void odb::query_base::append |
( |
const query_base & |
| ) |
|
| void odb::query_base::clear |
( |
| ) |
|
The documentation for this class was generated from the following file: