mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
9 lines
440 B
Python
9 lines
440 B
Python
# The following has been generated automatically from src/core/qgssqliteutils.h
|
|
try:
|
|
QgsSqliteUtils.quotedString = staticmethod(QgsSqliteUtils.quotedString)
|
|
QgsSqliteUtils.quotedIdentifier = staticmethod(QgsSqliteUtils.quotedIdentifier)
|
|
QgsSqliteUtils.quotedValue = staticmethod(QgsSqliteUtils.quotedValue)
|
|
QgsSqliteUtils.systemTables = staticmethod(QgsSqliteUtils.systemTables)
|
|
except (NameError, AttributeError):
|
|
pass
|