mirror of
https://github.com/qgis/QGIS.git
synced 2025-07-09 00:02:43 -04:00
11 lines
811 B
Python
11 lines
811 B
Python
# The following has been generated automatically from src/core/qgstransaction.h
|
|
try:
|
|
QgsTransaction.__attribute_docs__ = {'afterRollback': 'Emitted after a rollback\n', 'afterRollbackToSavepoint': 'Emitted after a rollback to savepoint\n\n.. versionadded:: 3.42\n', 'dirtied': 'Emitted if a sql query is executed and the underlying data is modified\n'}
|
|
QgsTransaction.create = staticmethod(QgsTransaction.create)
|
|
QgsTransaction.supportsTransaction = staticmethod(QgsTransaction.supportsTransaction)
|
|
QgsTransaction.__virtual_methods__ = ['rollbackToSavepoint']
|
|
QgsTransaction.__abstract_methods__ = ['executeSql']
|
|
QgsTransaction.__signal_arguments__ = {'afterRollbackToSavepoint': ['savepointName: str'], 'dirtied': ['sql: str', 'name: str']}
|
|
except (NameError, AttributeError):
|
|
pass
|