Home
last modified time | relevance | path

Searched refs:schemasList (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/providers/mssql/
H A Dqgsmssqlnewconnection.cpp332 QStringList schemasList = QgsMssqlConnection::schemas( db, nullptr ); in onCurrentDataBaseChange() local
334 while ( i < schemasList.count() ) in onCurrentDataBaseChange()
336 if ( QgsMssqlConnection::isSystemSchema( schemasList.at( i ) ) ) in onCurrentDataBaseChange()
337 schemasList.removeAt( i ); in onCurrentDataBaseChange()
342 …mSchemaModel.setSettings( databaseName, schemasList, QgsMssqlConnection::excludedSchemasList( txtN… in onCurrentDataBaseChange()