MySQL :: MySQL Connector/Python Developer Guide :: 10.5.6 MySQLCursor.close() Method (original) (raw)
The world's most popular open source database
10.5.6 MySQLCursor.close() Method
Syntax:
cursor.close()
Use close()
when you are done using a cursor. This method closes the cursor, resets all results, and ensures that the cursor object has no reference to its original connection object.