![]() |
QxOrm 1.4.9
C++ Object Relational Mapping library
|
qx::dao::save_mode : to improve performance, if you know that you are just inserting or updating items in database More...
#include <QxSqlSaveMode.h>
Public Types | |
| enum | e_save_mode { e_none , e_check_insert_or_update , e_insert_only , e_update_only } |
qx::dao::save_mode : to improve performance, if you know that you are just inserting or updating items in database
Definition at line 53 of file QxSqlSaveMode.h.
| Enumerator | |
|---|---|
| e_none | |
| e_check_insert_or_update | |
| e_insert_only | |
| e_update_only | |
Definition at line 56 of file QxSqlSaveMode.h.