QxOrm
1.5.0
C++ Object Relational Mapping library
|
To improve performance, if you know that you are just inserting or updating items in database. More...
Go to the source code of this file.
Classes | |
struct | qx::dao::save_mode |
qx::dao::save_mode : to improve performance, if you know that you are just inserting or updating items in 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) |
To improve performance, if you know that you are just inserting or updating items in database.
Definition in file QxSqlSaveMode.h.