| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
Dialog which displays selection of a schema for a specific database connection. More...
#include <qgsdatabaseschemaselectiondialog.h>

Public Member Functions | |
| QgsDatabaseSchemaSelectionDialog (QgsAbstractDatabaseProviderConnection *connection, QWidget *parent=nullptr) | |
| Constructor for QgsDatabaseSchemaSelectionDialog, for the specified connection.   | |
| QString | selectedSchema () const | 
| Returns the name of the current schema selected in the combo box.   | |
Dialog which displays selection of a schema for a specific database connection.
Definition at line 33 of file qgsdatabaseschemaselectiondialog.h.
      
  | 
  explicit | 
Constructor for QgsDatabaseSchemaSelectionDialog, for the specified connection.
Ownership of connection is transferred.
Definition at line 24 of file qgsdatabaseschemaselectiondialog.cpp.
| QString QgsDatabaseSchemaSelectionDialog::selectedSchema | ( | ) | const | 
Returns the name of the current schema selected in the combo box.
Definition at line 46 of file qgsdatabaseschemaselectiondialog.cpp.