![]() |
QxOrm
1.3.2
C++ Object Relational Mapping library
|
Define a user SQL query added to default SQL query builded by QxOrm library, and used by qx::dao::xxx functions to filter elements fetched from database. More...
#include <boost/tuple/tuple.hpp>
#include <boost/tuple/tuple_comparison.hpp>
#include <boost/tuple/tuple_io.hpp>
#include <boost/serialization/serialization.hpp>
#include <boost/serialization/split_free.hpp>
#include <boost/serialization/version.hpp>
#include <boost/serialization/nvp.hpp>
#include <QtSql/qsqlquery.h>
#include <QxCollection/QxCollection.h>
#include <QxDao/QxSqlElement/QxSqlElement.h>
#include <QxSerialize/QxSerializeFastCompil.h>
#include <QxTraits/get_class_name.h>
Go to the source code of this file.
Classes | |
class | qx::QxSqlQuery |
qx::QxSqlQuery : define a user SQL query added to default SQL query builded by QxOrm library, and used by qx::dao::xxx functions to filter elements fetched from database More... | |
struct | qx::QxSqlQuery::QxSqlResult |
Namespaces | |
namespace | qx |
Root namespace for all QxOrm library features. | |
namespace | boost |
namespace | boost::serialization |
namespace | qx::dao |
Database communication used by persistence engine (ORM - Object Relational Mapping) | |
Defines | |
#define | QX_SQL_QUERY_DERIVED_IMPL_COVARIANT_RETURN_TYPE_HPP(className) |
#define | QX_SQL_QUERY_DERIVED_IMPL_COVARIANT_RETURN_TYPE_CPP(className) |
Typedefs | |
typedef qx::QxSqlQuery | qx_query |
Functions | |
template<class Archive > | |
void | boost::serialization::qx_save (Archive &ar, const qx::QxSqlQuery &t, const unsigned int file_version) |
template<class Archive > | |
void | boost::serialization::qx_load (Archive &ar, qx::QxSqlQuery &t, const unsigned int file_version) |
QX_DLL_EXPORT QSqlError | qx::dao::call_query (qx::QxSqlQuery &query, QSqlDatabase *pDatabase=NULL) |
qx::dao::call_query function can be used to call a custom SQL query or a stored procedure |
Define a user SQL query added to default SQL query builded by QxOrm library, and used by qx::dao::xxx functions to filter elements fetched from database.
Definition in file QxSqlQuery.h.
#define QX_SQL_QUERY_DERIVED_IMPL_COVARIANT_RETURN_TYPE_CPP | ( | className | ) |
Definition at line 521 of file QxSqlQuery.h.
#define QX_SQL_QUERY_DERIVED_IMPL_COVARIANT_RETURN_TYPE_HPP | ( | className | ) |
Definition at line 425 of file QxSqlQuery.h.
typedef qx::QxSqlQuery qx_query |
Definition at line 386 of file QxSqlQuery.h.