QGIS API Documentation  3.0.2-Girona (307d082)
Classes | Macros
qgssqliteutils.h File Reference
#include "qgis_core.h"
#include <memory>
#include <QString>
Include dependency graph for qgssqliteutils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QgsSqlite3Closer
 Closes a sqlite3 database. More...
 
struct  QgsSqlite3StatementFinalizer
 Finalizes an sqlite3 statement. 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...
 

Macros

#define SIP_NO_FILE
 

Macro Definition Documentation

◆ SIP_NO_FILE

#define SIP_NO_FILE

Definition at line 21 of file qgssqliteutils.h.