QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
Public Member Functions | Public Attributes | List of all members
QgsSpatialiteCloser Struct Reference

Closes a spatialite database. More...

#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...
 

Detailed Description

Closes a spatialite database.

Since
QGIS 3.0

Definition at line 34 of file qgsspatialiteutils.h.

Member Function Documentation

◆ operator()()

void QgsSpatialiteCloser::operator() ( sqlite3 database)

Closes an spatialite database.

Definition at line 113 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: