Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0ec1cbfb

Von Christian Ehringfeld vor mehr als 8 Jahren hinzugefügt

  • ID 0ec1cbfb60a883bb098a31471993d64bbd49b49f
  • Vorgänger a72dc7ae
  • Nachfolger b7f1ce8e

readme update, example updates, new method for entitymanager

Unterschiede anzeigen:

src/entitymanager.h
bool removeAll(QString tblname);
bool createTable(const QSharedPointer<Entity> &entity,
bool createRelationTables = true);
bool createTable(QString className, bool createRelationTables = true);
quint8 count(const QSharedPointer<Entity> &entity, bool ignoreID = true);
quint8 count(const QString &tableName);
QSharedPointer<Database> getDb() const;

Auch abrufbar als: Unified diff