You've already forked joplin
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:
15
QtClient/JoplinQtClient/databaseutils.h
Executable file
15
QtClient/JoplinQtClient/databaseutils.h
Executable 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
|
Reference in New Issue
Block a user