Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebad53a commit ea269b9Copy full SHA for ea269b9
1 file changed
Doc/library/sqlite3.rst
@@ -1621,8 +1621,9 @@ Using :mod:`sqlite3` efficiently
1621
Using shortcut methods
1622
^^^^^^^^^^^^^^^^^^^^^^
1623
1624
-Using the nonstandard :meth:`execute`, :meth:`executemany` and
1625
-:meth:`executescript` methods of the :class:`Connection` object, your code can
+Using the :meth:`~Connection.execute`,
+:meth:`~Connection.executemany`, and :meth:`~Connection.executescript`
1626
+methods of the :class:`Connection` class, your code can
1627
be written more concisely because you don't have to create the (often
1628
superfluous) :class:`Cursor` objects explicitly. Instead, the :class:`Cursor`
1629
objects are created implicitly and these shortcut methods return the cursor
0 commit comments