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.3.1 pooling.MySQLConnectionPool构造函数
        • 6.9.3.2 MySQLConnectionPool.add_connection()方法
        • 6.9.3.3 MySQLConnectionPool.get_connection()方法
        • 6.9.3.4 MySQLConnectionPool.set_config()方法
        • 6.9.3.5 MySQLConnectionPool.pool_name 属性
      • 6.9.4 pooling.PooledMySQLConnection类1
      • 6.9.5 游标.MySQL游标类1
      • 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.3 pooling.MySQLConnectionPool类

6.9.3 pooling.MySQLConnectionPool类

6.9.3.1 pooling.MySQLConnectionPool构造函数
6.9.3.2 MySQLConnectionPool.add_connection()方法
6.9.3.3 MySQLConnectionPool.get_connection()方法
6.9.3.4 MySQLConnectionPool.set_config()方法
6.9.3.5 MySQLConnectionPool.pool_name 属性

此类提供连接池的实例化和管理。


  © Mysql 中文网