| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 


Go to the source code of this file.
Classes | |
| struct | QgsSqlite3Closer | 
| Closes a sqlite3 database.  More... | |
| struct | QgsSqlite3StatementFinalizer | 
| Finalizes an sqlite3 statement.  More... | |
| class | QgsSqliteUtils | 
| Contains utilities for working with Sqlite data sources.  More... | |
| class | sqlite3_database_unique_ptr | 
| Unique pointer for sqlite3 databases, which automatically closes the database when the pointer goes out of scope or is reset.  More... | |
| class | sqlite3_statement_unique_ptr | 
| Unique pointer for sqlite3 prepared statements, which automatically finalizes the statement when the pointer goes out of scope or is reset.  More... | |
Functions | |
| QString CORE_EXPORT | qgs_sqlite3_mprintf (const char *format,...) | 
| Wraps sqlite3_mprintf() by automatically freeing the memory.   | |
| QString CORE_EXPORT qgs_sqlite3_mprintf | ( | const char * | format, | 
| ... | |||
| ) | 
Wraps sqlite3_mprintf() by automatically freeing the memory.
Definition at line 318 of file qgssqliteutils.cpp.