mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
9 lines
422 B
Python
9 lines
422 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:
|
|
pass
|