Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d568923d

Von Christian Ehringfeld vor etwa 9 Jahren hinzugefügt

  • ID d568923d44b6f1f608722a170f216ff6de81d07c
  • Vorgänger 1e213c09
  • Nachfolger f53f7740

example compiles, persisting of entities without relations works, added
debug output for queries

Unterschiede anzeigen:

src/database.h
bool transaction(const QStringList &queries);
bool transaction(QSqlQuery &query);
bool transaction(QList<QSqlQuery> &queries);
bool exec(QString query);
bool exec(const QString &query);
bool exec(QStringList queries);
bool exec(QSqlQuery query);
bool exec(QSqlQuery &query);
bool exec(QList<QSqlQuery> queries);
void debugQuery(const QSqlQuery &query) const;
bool select(QSqlQuery &query);
QSqlQuery select(const QString &query);

Auch abrufbar als: Unified diff