Module implementing the SQL Browser widget.
None |
SqlBrowserWidget | Class implementing the SQL Browser widget. |
None |
Class implementing the SQL Browser widget.
cCount |
None |
SqlBrowserWidget | Constructor |
__deleteRow | Private slot to delete a row from the database table. |
__insertRow | Private slot to insert a row into the database table. |
addConnection | Public method to add a database connection. |
addConnectionByDialog | Public slot to add a database connection via an input dialog. |
executeQuery | Public slot to execute the entered query. |
on_clearButton_clicked | Private slot to clear the SQL entry widget. |
on_connections_cleared | Private slot to clear the table. |
on_connections_schemaRequested | Private slot to show the schema of a table. |
on_connections_tableActivated | Private slot to show the contents of a table. |
on_deleteRowAction_triggered | Private slot handling the action to delete a row. |
on_executeButton_clicked | Private slot to execute the entered SQL query. |
on_insertRowAction_triggered | Private slot handling the action to insert a new row. |
showSchema | Public slot to show the schema of a table. |
showTable | Public slot to show the contents of a table. |
updateActions | Public slot to update the actions. |
None |
Constructor
Private slot to delete a row from the database table.
Private slot to insert a row into the database table.
Public method to add a database connection.
Public slot to add a database connection via an input dialog.
Public slot to execute the entered query.
Private slot to clear the SQL entry widget.
Private slot to clear the table.
Private slot to show the schema of a table.
Private slot to show the contents of a table.
Private slot handling the action to delete a row.
Private slot to execute the entered SQL query.
Private slot handling the action to insert a new row.
Public slot to show the schema of a table.
Public slot to show the contents of a table.
Public slot to update the actions.