QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
#include "qgssqliteutils.h"
#include <sqlite3.h>
#include <cstdarg>
#include <QVariant>
#include <QSet>
#include <regex>
#include <sstream>
#include <algorithm>
Go to the source code of this file.
Functions | |
QString | QgsSqlite3Mprintf (const char *format,...) |
Wraps sqlite3_mprintf() by automatically freeing the memory. More... | |
QString QgsSqlite3Mprintf | ( | const char * | format, |
... | |||
) |
Wraps sqlite3_mprintf() by automatically freeing the memory.
Definition at line 269 of file qgssqliteutils.cpp.