| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
Closes a spatialite database. More...
#include <qgsspatialiteutils.h>
Public Member Functions | |
| void | operator() (sqlite3 *database) | 
| Closes an spatialite database.   | |
Public Attributes | |
| void * | mSpatialiteContext = nullptr | 
| Keep track of the spatialite context.   | |
Closes a spatialite database.
Definition at line 33 of file qgsspatialiteutils.h.
| void QgsSpatialiteCloser::operator() | ( | sqlite3 * | database | ) | 
Closes an spatialite database.
Definition at line 113 of file qgsspatialiteutils.cpp.
| void* QgsSpatialiteCloser::mSpatialiteContext = nullptr | 
Keep track of the spatialite context.
Set in open(_v2)
Definition at line 44 of file qgsspatialiteutils.h.