QxOrm
1.5.0
C++ Object Relational Mapping library
|
Common interface for all SQL generators to build SQL query specific for each database. More...
Go to the source code of this file.
Classes | |
class | qx::dao::detail::IxSqlGenerator |
qx::dao::detail::IxSqlGenerator : common interface for all SQL generators to build SQL query specific for each database More... | |
Namespaces | |
namespace | qx |
Root namespace for all QxOrm library features. | |
namespace | qx::dao |
Database communication used by persistence engine (ORM - Object Relational Mapping) | |
namespace | qx::dao::detail |
Internal helper tools for qx::dao namespace. | |
Typedefs | |
typedef std::shared_ptr < IxSqlGenerator > | qx::dao::detail::IxSqlGenerator_ptr |
Common interface for all SQL generators to build SQL query specific for each database.
Definition in file IxSqlGenerator.h.