QxOrm
1.5.0
C++ Object Relational Mapping library
|
Common interface for all relationships defined between 2 classes (or between 2 tables in database) More...
#include <QxCommon/QxPropertyBag.h>
#include <QxDao/QxSqlRelationParams.h>
#include <QxDao/QxSoftDelete.h>
#include <QxDao/QxSqlJoin.h>
#include <QxCollection/QxCollection.h>
Go to the source code of this file.
Classes | |
class | qx::IxSqlRelation |
qx::IxSqlRelation : common interface for all relationships defined between 2 classes (or between 2 tables in database) More... | |
Namespaces | |
namespace | qx |
Root namespace for all QxOrm library features. | |
Typedefs | |
typedef QxCollection< QString, IxSqlRelation * > | qx::IxSqlRelationX |
typedef std::shared_ptr < IxSqlRelationX > | qx::IxSqlRelationX_ptr |
Common interface for all relationships defined between 2 classes (or between 2 tables in database)
Definition in file IxSqlRelation.h.