Help Center/
GaussDB/
M-Compatibility Developer Guide(Centralized)/
Application Development Guide/
PyMySQL-based Development/
PyMySQL API Reference/
connection.cursor()
Updated on 2025-10-23 GMT+08:00
connection.cursor()
Description
This method returns a new cursor object.
Prototype
conn=pymysql.connect(database="databasename",user="username",password="********",host="127.0.0.1",port=portnum) conn.cursor()
Return Value
Cursor object (used for cursors that are programmed using Python in the entire database)
Examples
For details, see Examples: Common Operations.
Parent topic: PyMySQL API Reference
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot