QGIS API Documentation 3.99.0-Master (752b475928d)
Loading...
Searching...
No Matches
QgsSpatialiteCloser Struct Reference

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.

Detailed Description

Closes a spatialite database.

Definition at line 34 of file qgsspatialiteutils.h.

Member Function Documentation

◆ operator()()

void QgsSpatialiteCloser::operator() ( sqlite3 * database)

Closes an spatialite database.

Definition at line 114 of file qgsspatialiteutils.cpp.

Member Data Documentation

◆ mSpatialiteContext

void* QgsSpatialiteCloser::mSpatialiteContext = nullptr

Keep track of the spatialite context.

Set in open(_v2)

Definition at line 45 of file qgsspatialiteutils.h.


The documentation for this struct was generated from the following files: