QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
Go to the source code of this file.
Classes | |
struct | QgsSqlite3Closer |
struct | QgsSqlite3StatementFinalizer |
Finalizes an sqlite3 statement. More... | |
class | QgsSqliteUtils |
Contains utilities for working with Sqlite data sources. More... | |
class | sqlite3_database_unique_ptr |
class | sqlite3_statement_unique_ptr |
Functions | |
QString CORE_EXPORT | QgsSqlite3Mprintf (const char *format,...) |
Wraps sqlite3_mprintf() by automatically freeing the memory. More... | |
QString CORE_EXPORT QgsSqlite3Mprintf | ( | const char * | format, |
... | |||
) |
Wraps sqlite3_mprintf() by automatically freeing the memory.
Definition at line 269 of file qgssqliteutils.cpp.