|
Nut
0.1
|
Additional Inherited Members | |
Public Types inherited from Table | |
| enum | Status { NewCreated, FeatchedFromDB, Added, Modified, Deleted } |
Public Member Functions inherited from Table | |
| 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 inherited from Table | |
| void | propertyChanged (QString propName) |
1.8.1.2