QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
#include <qgsspatialiteutils.h>
Public Member Functions | |
void | operator() (sqlite3 *database) |
Closes an spatialite database. More... | |
Public Attributes | |
void * | mSpatialiteContext = nullptr |
Keep track of the spatialite context. More... | |
void QgsSpatialiteCloser::operator() | ( | sqlite3 * | database | ) |
Closes an spatialite database.
Definition at line 102 of file qgsspatialiteutils.cpp.
void* QgsSpatialiteCloser::mSpatialiteContext = nullptr |
Keep track of the spatialite context.
Set in open(_v2)
Definition at line 45 of file qgsspatialiteutils.h.