1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Modify list of folders

This commit is contained in:
Laurent Cozic
2016-12-29 20:19:00 +01:00
parent a409f994cd
commit 8ee9d82b1c
26 changed files with 475 additions and 65 deletions

View File

@ -0,0 +1,15 @@
#ifndef DATABASEUTILS_H
#define DATABASEUTILS_H
#include <stable.h>
#include "simpletypes.h"
namespace jop {
namespace dbUtils {
QSqlQuery buildSqlQuery(QSqlDatabase* db, const QString& type, const QString& tableName, const QStringList& fields, const VariantVector& values, const QString& whereCondition = "");
}
}
#endif // DATABASEUTILS_H