@@ -258,7 +258,7 @@ class QgsPostgresConn : public QObject
258
258
*/
259
259
static QString quotedValue ( QVariant value );
260
260
261
- /* *Get the list of supported layers
261
+ /* * Get the list of supported layers
262
262
* @param layers list to store layers in
263
263
* @param searchGeometryColumnsOnly only look for geometry columns which are
264
264
* contained in the geometry_columns metatable
@@ -273,7 +273,7 @@ class QgsPostgresConn : public QObject
273
273
bool allowGeometrylessTables = false ,
274
274
const QString schema = QString() );
275
275
276
- /* *Get the list of database schemas
276
+ /* * Get the list of database schemas
277
277
* @param schemas list to store schemas in
278
278
* @returns true if schemas where fetched successfully
279
279
* @note added in QGIS 2.7
@@ -282,7 +282,7 @@ class QgsPostgresConn : public QObject
282
282
283
283
void retrieveLayerTypes ( QgsPostgresLayerProperty &layerProperty, bool useEstimatedMetadata );
284
284
285
- /* *Gets information about the spatial tables
285
+ /* * Gets information about the spatial tables
286
286
* @param searchGeometryColumnsOnly only look for geometry columns which are
287
287
* contained in the geometry_columns metatable
288
288
* @param searchPublicOnly
@@ -312,7 +312,7 @@ class QgsPostgresConn : public QObject
312
312
static QString postgisTypeFilter ( QString geomCol, QgsWKBTypes::Type wkbType, bool castToGeometry );
313
313
314
314
static QGis::WkbType wkbTypeFromGeomType ( QGis::GeometryType geomType );
315
- static QGis::WkbType wkbTypeFromOgcWkbType ( unsigned int ogcWkbType );
315
+ static QgsWKBTypes::Type wkbTypeFromOgcWkbType ( unsigned int ogcWkbType );
316
316
317
317
static QStringList connectionList ();
318
318
static QString selectedConnection ();
@@ -375,7 +375,7 @@ class QgsPostgresConn : public QObject
375
375
static QMap<QString, QgsPostgresConn *> sConnectionsRW ;
376
376
static QMap<QString, QgsPostgresConn *> sConnectionsRO ;
377
377
378
- /* * count number of spatial columns in a given relation */
378
+ /* * Count number of spatial columns in a given relation */
379
379
void addColumnInfo ( QgsPostgresLayerProperty& layerProperty, const QString& schemaName, const QString& viewName, bool fetchPkCandidates );
380
380
381
381
// ! List of the supported layers
0 commit comments