QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches

Soft delete (or logical delete) behavior to update a row into database (flag it as deleted) instead of delete it from database. More...

Go to the source code of this file.

Classes

class  qx::QxSoftDelete
 qx::QxSoftDelete : soft delete (or logical delete) behavior to update a row into database (flag it as deleted) instead of delete it from database More...
 

Namespaces

namespace  qx
 Root namespace for all QxOrm library features.
 

Macros

#define QX_DAO_SOFT_DELETE_QDATETIME_FORMAT   "yyyyMMddhhmmsszzz"
 

Detailed Description

Soft delete (or logical delete) behavior to update a row into database (flag it as deleted) instead of delete it from database.

Author
Lionel Marty

Definition in file QxSoftDelete.h.

Macro Definition Documentation

◆ QX_DAO_SOFT_DELETE_QDATETIME_FORMAT

#define QX_DAO_SOFT_DELETE_QDATETIME_FORMAT   "yyyyMMddhhmmsszzz"

Definition at line 46 of file QxSoftDelete.h.