QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
#include "qgsabstractproviderconnection.h"
#include "qgscoordinatereferencesystem.h"
#include "qgis_core.h"
#include "qgsfields.h"
#include "qgsvectordataprovider.h"
#include "qgsabstractlayermetadataprovider.h"
#include <QObject>
Go to the source code of this file.
Classes | |
struct | QgsAbstractDatabaseProviderConnection::TableProperty::GeometryColumnType |
The GeometryColumnType struct represents the combination of geometry type and CRS for the table geometry column. More... | |
class | QgsAbstractDatabaseProviderConnection |
The QgsAbstractDatabaseProviderConnection class provides common functionality for DB based connections. More... | |
struct | QgsAbstractDatabaseProviderConnection::QueryResult |
The QueryResult class represents the result of a query executed by execSql() More... | |
struct | QgsAbstractDatabaseProviderConnection::SpatialIndexOptions |
The SpatialIndexOptions contains extra options relating to spatial index creation. More... | |
struct | QgsAbstractDatabaseProviderConnection::SqlVectorLayerOptions |
The SqlVectorLayerOptions stores all information required to create a SQL (query) layer. More... | |
struct | QgsAbstractDatabaseProviderConnection::TableProperty |
The TableProperty class represents a database table or view. More... | |