Skip to Main Content
Documentation
MySQL手册
MySQL企业版
工作台
InnoDB集群
MySQL NDB集群
连接器
Section Menu:
Documentation Home
连接器和 API 手册
前言和法律声明
第一章简介
第 2 章 MySQL 连接器/C++ 开发人员指南
第 3 章 MySQL Connector/J 开发人员指南
第 4 章 MySQL 连接器/NET 开发人员指南
第 5 章 MySQL 连接器/ODBC 开发人员指南
第 6 章 MySQL 连接器/Python 开发人员指南
6.1 MySQL Connector/Python简介
6.2 Python 开发人员指南
6.3 连接器/Python 版本
6.4 连接器/Python 安装
6.5 连接器/Python 编码示例
6.6 连接器/Python 教程
6.7 连接器/Python连接建立
6.8 连接器/Python 其他主题
6.9 连接器/Python API 参考
6.9.1 mysql.connector 模块1
6.9.2 connection.MySQLConnection类1
6.9.3 pooling.MySQLConnectionPool类1
6.9.4 pooling.PooledMySQLConnection类1
6.9.5 游标.MySQL游标类1
6.9.5.1 cursor.MySQLCursor构造函数
6.9.5.2 MySQLCursor.callproc()方法
6.9.5.3 MySQLCursor.close()方法
6.9.5.4 MySQLCursor.execute()方法
6.9.5.5 MySQLCursor.executemany() 方法
6.9.5.6 MySQLCursor.fetchall() 方法
6.9.5.7 MySQLCursor.fetchmany() 方法
6.9.5.8 MySQLCursor.fetchone()方法
6.9.5.9 MySQLCursor.fetchwarnings() 方法
6.9.5.10 MySQLCursor.stored_results()方法
6.9.5.11 MySQLCursor.column_names 属性
6.9.5.12 MySQLCursor.description 属性
6.9.5.13 MySQLCursor.lastrowid 属性
6.9.5.14 MySQLCursor.rowcount 属性
6.9.5.15 MySQLCursor.statement 属性
6.9.5.16 MySQLCursor.with_rows 属性
6.9.6 子类 cursor.MySQLCursor1
6.9.7 constants.ClientFlag类1
6.9.8 constants.FieldType类1
6.9.9 constants.SQLMode类1
6.9.10 constants.CharacterSet 类1
6.9.11 constants.RefreshOption 类1
6.9.12 错误和异常1
第 7 章 MySQL 和 PHP
连接器和 API 手册
/
第 6 章 MySQL 连接器/Python 开发人员指南
/
6.9 连接器/Python API 参考
/
6.9.5 游标.MySQL游标类
/ 6.9.5.3 MySQLCursor.close()方法
6.9.5.3 MySQLCursor.close()方法
句法:
cursor.close()
使用
close()
完光标后使用。此方法关闭游标,重置所有结果,并确保游标对象没有对其原始连接对象的引用。