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

branch
eric7
changeset 10431
64157aeb0312
parent 9209
b99e7fd55fd3
child 10479
856476537696
diff -r e440aaf179ce -r 64157aeb0312 src/eric7/Documentation/Source/eric7.SqlBrowser.SqlBrowserWidget.html
--- a/src/eric7/Documentation/Source/eric7.SqlBrowser.SqlBrowserWidget.html	Wed Dec 20 19:28:22 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.SqlBrowser.SqlBrowserWidget.html	Thu Dec 21 12:03:40 2023 +0100
@@ -142,9 +142,9 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-reference to the parent widget (QWidget)
+reference to the parent widget
 </dd>
 </dl>
 <a NAME="SqlBrowserWidget.__deleteRow" ID="SqlBrowserWidget.__deleteRow"></a>
@@ -170,35 +170,41 @@
 </p>
 <dl>
 
-<dt><i>driver</i></dt>
+<dt><i>driver</i> (str)</dt>
 <dd>
-name of the Qt database driver (string)
+name of the Qt database driver
 </dd>
-<dt><i>dbName</i></dt>
+<dt><i>dbName</i> (str)</dt>
 <dd>
-name of the database (string)
+name of the database
 </dd>
-<dt><i>user</i></dt>
+<dt><i>user</i> (str)</dt>
 <dd>
-user name (string)
+user name
 </dd>
-<dt><i>password</i></dt>
+<dt><i>password</i> (str)</dt>
 <dd>
-password (string)
+password
 </dd>
-<dt><i>host</i></dt>
+<dt><i>host</i> (str)</dt>
 <dd>
-host name (string)
+host name
 </dd>
-<dt><i>port</i></dt>
+<dt><i>port</i> (int)</dt>
 <dd>
-port number (integer)
+port number
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-SQL error object (QSqlError)
+SQL error object
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QSqlError
 </dd>
 </dl>
 <a NAME="SqlBrowserWidget.addConnectionByDialog" ID="SqlBrowserWidget.addConnectionByDialog"></a>
@@ -238,9 +244,9 @@
 </p>
 <dl>
 
-<dt><i>table</i></dt>
+<dt><i>table</i> (str)</dt>
 <dd>
-name of the table for which to show the schema (string)
+name of the table for which to show the schema
 </dd>
 </dl>
 <a NAME="SqlBrowserWidget.on_connections_tableActivated" ID="SqlBrowserWidget.on_connections_tableActivated"></a>
@@ -252,9 +258,9 @@
 </p>
 <dl>
 
-<dt><i>table</i></dt>
+<dt><i>table</i> (str)</dt>
 <dd>
-name of the table for which to show the contents (string)
+name of the table for which to show the contents
 </dd>
 </dl>
 <a NAME="SqlBrowserWidget.on_deleteRowAction_triggered" ID="SqlBrowserWidget.on_deleteRowAction_triggered"></a>
@@ -287,9 +293,9 @@
 </p>
 <dl>
 
-<dt><i>table</i></dt>
+<dt><i>table</i> (str)</dt>
 <dd>
-name of the table to be shown (string)
+name of the table to be shown
 </dd>
 </dl>
 <a NAME="SqlBrowserWidget.showTable" ID="SqlBrowserWidget.showTable"></a>
@@ -301,9 +307,9 @@
 </p>
 <dl>
 
-<dt><i>table</i></dt>
+<dt><i>table</i> (str)</dt>
 <dd>
-name of the table to be shown (string)
+name of the table to be shown
 </dd>
 </dl>
 <a NAME="SqlBrowserWidget.updateActions" ID="SqlBrowserWidget.updateActions"></a>

eric ide

mercurial