Class: QgsHstoreUtils

class qgis.core.QgsHstoreUtils

Bases: sip.simplewrapper

Enums

Methods

build

Build a hstore-formatted string from a QVariantMap.

parse

Returns a QVariantMap object containing the key and values from a hstore-formatted string.

Signals

Attributes

build(map: Dict[str, Any]) → str

Build a hstore-formatted string from a QVariantMap.

Parameters

map – The map to format as a string

New in version 3.4.

parse(string: str) → Dict[str, Any]

Returns a QVariantMap object containing the key and values from a hstore-formatted string.

Parameters

string – The hstored-formatted string

New in version 3.4.