Go to the source code of this file.
|
| query_base | odb::operator+ (const query_base &x, const query_base &y) |
| |
| query_base | odb::operator+ (const query_base &q, const std::string &s) |
| |
| query_base | odb::operator+ (const std::string &s, const query_base &q) |
| |
| LIBODB_EXPORT query_base | odb::operator&& (const query_base &, const query_base &) |
| |
| LIBODB_EXPORT query_base | odb::operator|| (const query_base &, const query_base &) |
| |
| LIBODB_EXPORT query_base | odb::operator! (const query_base &) |
| |
| template<typename T > |
| const T & | odb::type_instance () |
| |
| template<typename T > |
| query_base | odb::operator+ (const query_column< T > &c, const std::string &s) |
| |
| template<typename T > |
| query_base | odb::operator+ (const std::string &s, const query_column< T > &c) |
| |
| template<typename T > |
| query_base | odb::operator+ (const query_column< T > &c, const query_base &q) |
| |
| template<typename T > |
| query_base | odb::operator+ (const query_base &q, const query_column< T > &c) |
| |