| DatabaseExplorerDialog |
This dialog represents an explorer type of interface on a given database connection.
|
| GetDatabaseInfoProgressDialog |
Takes care of displaying a dialog that will handle the wait while we're finding out what tables,
views etc we can reach in the database.
|
| GetPreviewTableProgressDialog |
Takes care of displaying a dialog that will handle the wait while we're getting rows for a
certain SQL query on a database.
|
| GetQueryFieldsProgressDialog |
Takes care of displaying a dialog that will handle the wait while we're finding out which fields
are output by a certain SQL query on a database.
|
| GetTableSizeProgressDialog |
Takes care of displaying a dialog that will handle the wait while we're getting the number of
rows for a certain table in a database.
|
| SqlEditor |
Dialog that allows the user to launch SQL statements towards the database.
|