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.6 cursor.MySQLCursor 的子类
      • 10.6.1 cursor.MySQLCursorBuffered 类1
      • 10.6.2 cursor.MySQLCursorRaw类1
      • 10.6.3 cursor.MySQLCursorBufferedRaw 类1
      • 10.6.4 cursor.MySQLCursorDict类1
      • 10.6.5 cursor.MySQLCursorBufferedDict类1
      • 10.6.6 cursor.MySQLCursorNamedTuple 类1
      • 10.6.7 cursor.MySQLCursorBufferedNamedTuple 类1
      • 10.6.8 cursor.MySQLCursorPrepared类1
    • 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.6 cursor.MySQLCursor 的子类

10.6 cursor.MySQLCursor 的子类

10.6.1 cursor.MySQLCursorBuffered 类
10.6.2 cursor.MySQLCursorRaw类
10.6.3 cursor.MySQLCursorBufferedRaw 类
10.6.4 cursor.MySQLCursorDict类
10.6.5 cursor.MySQLCursorBufferedDict类
10.6.6 cursor.MySQLCursorNamedTuple 类
10.6.7 cursor.MySQLCursorBufferedNamedTuple 类
10.6.8 cursor.MySQLCursorPrepared类

以下部分中描述的游标类继承自第 10.5 节“cursor.MySQLCursor 类”MySQLCursor中描述的类。


  © Mysql 中文网