mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -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
 |