src/eric7/Documentation/Source/eric7.SqlBrowser.SqlBrowserWidget.html

branch
eric7
changeset 10479
856476537696
parent 10431
64157aeb0312
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.SqlBrowser.SqlBrowserWidget.html
--- a/src/eric7/Documentation/Source/eric7.SqlBrowser.SqlBrowserWidget.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.SqlBrowser.SqlBrowserWidget.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,37 +7,36 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.SqlBrowser.SqlBrowserWidget</h1>
-
 <p>
 Module implementing the SQL Browser widget.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#SqlBrowserWidget">SqlBrowserWidget</a></td>
 <td>Class implementing the SQL Browser widget.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="SqlBrowserWidget" ID="SqlBrowserWidget"></a>
 <h2>SqlBrowserWidget</h2>
-
 <p>
     Class implementing the SQL Browser widget.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -49,19 +48,17 @@
 <h3>Derived from</h3>
 QWidget, Ui_SqlBrowserWidget
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>cCount</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#SqlBrowserWidget.__init__">SqlBrowserWidget</a></td>
 <td>Constructor</td>
@@ -127,19 +124,20 @@
 <td>Public slot to update the actions.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="SqlBrowserWidget.__init__" ID="SqlBrowserWidget.__init__"></a>
 <h4>SqlBrowserWidget (Constructor)</h4>
 <b>SqlBrowserWidget</b>(<i>parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QWidget)</dt>
@@ -150,24 +148,24 @@
 <a NAME="SqlBrowserWidget.__deleteRow" ID="SqlBrowserWidget.__deleteRow"></a>
 <h4>SqlBrowserWidget.__deleteRow</h4>
 <b>__deleteRow</b>(<i></i>)
-
 <p>
         Private slot to delete a row from the database table.
 </p>
+
 <a NAME="SqlBrowserWidget.__insertRow" ID="SqlBrowserWidget.__insertRow"></a>
 <h4>SqlBrowserWidget.__insertRow</h4>
 <b>__insertRow</b>(<i></i>)
-
 <p>
         Private slot to insert a row into the database table.
 </p>
+
 <a NAME="SqlBrowserWidget.addConnection" ID="SqlBrowserWidget.addConnection"></a>
 <h4>SqlBrowserWidget.addConnection</h4>
 <b>addConnection</b>(<i>driver, dbName, user, password, host, port</i>)
-
 <p>
         Public method to add a database connection.
 </p>
+
 <dl>
 
 <dt><i>driver</i> (str)</dt>
@@ -210,38 +208,38 @@
 <a NAME="SqlBrowserWidget.addConnectionByDialog" ID="SqlBrowserWidget.addConnectionByDialog"></a>
 <h4>SqlBrowserWidget.addConnectionByDialog</h4>
 <b>addConnectionByDialog</b>(<i></i>)
-
 <p>
         Public slot to add a database connection via an input dialog.
 </p>
+
 <a NAME="SqlBrowserWidget.executeQuery" ID="SqlBrowserWidget.executeQuery"></a>
 <h4>SqlBrowserWidget.executeQuery</h4>
 <b>executeQuery</b>(<i></i>)
-
 <p>
         Public slot to execute the entered query.
 </p>
+
 <a NAME="SqlBrowserWidget.on_clearButton_clicked" ID="SqlBrowserWidget.on_clearButton_clicked"></a>
 <h4>SqlBrowserWidget.on_clearButton_clicked</h4>
 <b>on_clearButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to clear the SQL entry widget.
 </p>
+
 <a NAME="SqlBrowserWidget.on_connections_cleared" ID="SqlBrowserWidget.on_connections_cleared"></a>
 <h4>SqlBrowserWidget.on_connections_cleared</h4>
 <b>on_connections_cleared</b>(<i></i>)
-
 <p>
         Private slot to clear the table.
 </p>
+
 <a NAME="SqlBrowserWidget.on_connections_schemaRequested" ID="SqlBrowserWidget.on_connections_schemaRequested"></a>
 <h4>SqlBrowserWidget.on_connections_schemaRequested</h4>
 <b>on_connections_schemaRequested</b>(<i>table</i>)
-
 <p>
         Private slot to show the schema of a table.
 </p>
+
 <dl>
 
 <dt><i>table</i> (str)</dt>
@@ -252,10 +250,10 @@
 <a NAME="SqlBrowserWidget.on_connections_tableActivated" ID="SqlBrowserWidget.on_connections_tableActivated"></a>
 <h4>SqlBrowserWidget.on_connections_tableActivated</h4>
 <b>on_connections_tableActivated</b>(<i>table</i>)
-
 <p>
         Private slot to show the contents of a table.
 </p>
+
 <dl>
 
 <dt><i>table</i> (str)</dt>
@@ -266,31 +264,31 @@
 <a NAME="SqlBrowserWidget.on_deleteRowAction_triggered" ID="SqlBrowserWidget.on_deleteRowAction_triggered"></a>
 <h4>SqlBrowserWidget.on_deleteRowAction_triggered</h4>
 <b>on_deleteRowAction_triggered</b>(<i></i>)
-
 <p>
         Private slot handling the action to delete a row.
 </p>
+
 <a NAME="SqlBrowserWidget.on_executeButton_clicked" ID="SqlBrowserWidget.on_executeButton_clicked"></a>
 <h4>SqlBrowserWidget.on_executeButton_clicked</h4>
 <b>on_executeButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to execute the entered SQL query.
 </p>
+
 <a NAME="SqlBrowserWidget.on_insertRowAction_triggered" ID="SqlBrowserWidget.on_insertRowAction_triggered"></a>
 <h4>SqlBrowserWidget.on_insertRowAction_triggered</h4>
 <b>on_insertRowAction_triggered</b>(<i></i>)
-
 <p>
         Private slot handling the action to insert a new row.
 </p>
+
 <a NAME="SqlBrowserWidget.showSchema" ID="SqlBrowserWidget.showSchema"></a>
 <h4>SqlBrowserWidget.showSchema</h4>
 <b>showSchema</b>(<i>table</i>)
-
 <p>
         Public slot to show the schema of a table.
 </p>
+
 <dl>
 
 <dt><i>table</i> (str)</dt>
@@ -301,10 +299,10 @@
 <a NAME="SqlBrowserWidget.showTable" ID="SqlBrowserWidget.showTable"></a>
 <h4>SqlBrowserWidget.showTable</h4>
 <b>showTable</b>(<i>table</i>)
-
 <p>
         Public slot to show the contents of a table.
 </p>
+
 <dl>
 
 <dt><i>table</i> (str)</dt>
@@ -315,10 +313,10 @@
 <a NAME="SqlBrowserWidget.updateActions" ID="SqlBrowserWidget.updateActions"></a>
 <h4>SqlBrowserWidget.updateActions</h4>
 <b>updateActions</b>(<i></i>)
-
 <p>
         Public slot to update the actions.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial