python/docs/stdlib/persistence/sqlite3/connection

connection

dz / python / docs / stdlib / persistence / sqlite3 / connection

Node Tree

Nodes

cursor
content cursor(): creates a cursor object
parents python/docs/stdlib/persistence/sqlite3/cursor, python/docs/stdlib/persistence/sqlite3/connection
hyperlink https://docs.python.org/3/library/sqlite3.html#sqlite3.Connection.cursor
location knowledge/python.dz:443

close
content close(): close the database connection
parents python/docs/stdlib/persistence/sqlite3/connection
hyperlink https://docs.python.org/3/library/sqlite3.html#sqlite3.Connection.close
location knowledge/python.dz:450