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>

List of all members.

Public Types

enum  e_save_mode { e_none, e_check_insert_or_update, e_insert_only, e_update_only }

Detailed Description

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.


Member Enumeration Documentation

Enumerator:
e_none 
e_check_insert_or_update 
e_insert_only 
e_update_only 

Definition at line 56 of file QxSqlSaveMode.h.


The documentation for this struct was generated from the following file: