Public Types |
| enum | Status {
NewCreated,
FeatchedFromDB,
Added,
Modified,
Deleted
} |
Public Member Functions |
|
| Table (QObject *tableSet=0) |
|
void | add (TableSetBase *) |
|
void | save (Database *db) |
|
QString | primaryKey () const |
|
bool | isPrimaryKeyAutoIncrement () const |
|
QVariant | primaryValue () const |
|
Status | status () const |
|
void | setStatus (const Status &status) |
|
TableSetBase * | tableSet () const |
|
void | setTableSet (TableSetBase *tableSet) |
|
QSet< QString > | changedProperties () const |
|
bool | setParentTable (Table *master) |
Protected Member Functions |
|
void | propertyChanged (QString propName) |
The documentation for this class was generated from the following files: