Class: QgsUnsetAttributeValue

class qgis.core.QgsUnsetAttributeValue

Bases: sip.wrapper

Represents a default, “not-specified” value for a feature attribute.

New in version 3.28.

QgsUnsetAttributeValue() Constructor for a QgsUnsetAttributeValue.

QgsUnsetAttributeValue(defaultValueClause: str) Constructor for a QgsUnsetAttributeValue, with the specified original provider’s default value clause.

QgsUnsetAttributeValue(QgsUnsetAttributeValue)

Methods

defaultValueClause

Returns the original data provider's default value clause.

defaultValueClause(self) str

Returns the original data provider’s default value clause.

Return type:

str