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.6 子类 cursor.MySQLCursor1
6.9.6.1 cursor.MySQLCursorBuffered 类
6.9.6.2 cursor.MySQLCursorRaw 类
6.9.6.3 cursor.MySQLCursorBufferedRaw 类
6.9.6.4 cursor.MySQLCursorDict类
6.9.6.5 cursor.MySQLCursorBufferedDict类
6.9.6.6 cursor.MySQLCursorNamedTuple 类
6.9.6.7 cursor.MySQLCursorBufferedNamedTuple 类
6.9.6.8 cursor.MySQLCursorPrepared类
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.6 子类 cursor.MySQLCursor
6.9.6 子类 cursor.MySQLCursor
6.9.6.1 cursor.MySQLCursorBuffered 类
6.9.6.2 cursor.MySQLCursorRaw 类
6.9.6.3 cursor.MySQLCursorBufferedRaw 类
6.9.6.4 cursor.MySQLCursorDict类
6.9.6.5 cursor.MySQLCursorBufferedDict类
6.9.6.6 cursor.MySQLCursorNamedTuple 类
6.9.6.7 cursor.MySQLCursorBufferedNamedTuple 类
6.9.6.8 cursor.MySQLCursorPrepared类
以下部分中描述的游标类继承自
第 6.9.5 节“cursor.MySQLCursor 类”
MySQLCursor
中描述的类。