Skip to Main Content
Documentation
MySQL手册
MySQL企业版
工作台
InnoDB集群
MySQL NDB集群
连接器
Section Menu:
Documentation Home
MySQL 连接器/Python 开发人员指南
前言和法律声明
第一章MySQL Connector/Python介绍
第 2 章 Python 开发人员指南
第 3 章连接器/Python 版本
第 4 章连接器/Python 安装
第 5 章连接器/Python 编码示例
第 6 章连接器/Python 教程
第7章Connector/Python连接建立
第 8 章连接器/Python C 扩展
第 9 章连接器/Python 其他主题
第 10 章连接器/Python API 参考
10.1 mysql.connector 模块
10.2 connection.MySQLConnection类
10.3 pooling.MySQLConnectionPool类
10.4 pooling.PooledMySQLConnection类
10.5 游标.MySQL游标类
10.5.1 cursor.MySQLCursor构造函数1
10.5.2 MySQLCursor.callproc()方法1
10.5.3 MySQLCursor.close()方法1
10.5.4 MySQLCursor.execute()方法1
10.5.5 MySQLCursor.executemany()方法1
10.5.6 MySQLCursor.fetchall()方法1
10.5.7 MySQLCursor.fetchmany()方法1
10.5.8 MySQLCursor.fetchone()方法1
10.5.9 MySQLCursor.fetchwarnings()方法1
10.5.10 MySQLCursor.stored_results()方法1
10.5.11 MySQLCursor.column_names 属性1
10.5.12 MySQLCursor.description 属性1
10.5.13 MySQLCursor.lastrowid 属性1
10.5.14 MySQLCursor.rowcount 属性1
10.5.15 MySQLCursor.statement 属性1
10.5.16 MySQLCursor.with_rows 属性1
10.6 cursor.MySQLCursor 的子类
10.7 constants.ClientFlag类
10.8 constants.FieldType类
10.9 constants.SQLMode类
10.10 constants.CharacterSet类
10.11 constants.RefreshOption类
10.12 错误和异常
第 11 章连接器/Python C 扩展 API 参考
Index
MySQL 连接器/Python 开发人员指南
/
第 10 章连接器/Python API 参考
/
10.5 游标.MySQL游标类
/ 10.5.3 MySQLCursor.close()方法
10.5.3 MySQLCursor.close()方法
句法:
cursor.close()
使用
close()
完光标后使用。此方法关闭游标,重置所有结果,并确保游标对象没有对其原始连接对象的引用。