| 
    QGIS API Documentation
    3.24.2-Tisler (13c1a02865)
    
   | 
 
The GeometryColumnType struct represents the combination of geometry type and CRS for the table geometry column. More...
#include <qgsabstractdatabaseproviderconnection.h>
Public Member Functions | |
| bool | operator== (const GeometryColumnType &other) const | 
Public Attributes | |
| QgsCoordinateReferenceSystem | crs | 
| QgsWkbTypes::Type | wkbType | 
The GeometryColumnType struct represents the combination of geometry type and CRS for the table geometry column.
Definition at line 279 of file qgsabstractdatabaseproviderconnection.h.
      
  | 
  inline | 
Definition at line 292 of file qgsabstractdatabaseproviderconnection.h.
| QgsCoordinateReferenceSystem QgsAbstractDatabaseProviderConnection::TableProperty::GeometryColumnType::crs | 
Definition at line 289 of file qgsabstractdatabaseproviderconnection.h.
| QgsWkbTypes::Type QgsAbstractDatabaseProviderConnection::TableProperty::GeometryColumnType::wkbType | 
Definition at line 288 of file qgsabstractdatabaseproviderconnection.h.