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.2.1 connection.MySQLConnection()构造函数1
10.2.2 MySQLConnection.close()方法1
10.2.3 MySQLConnection.commit()方法1
10.2.4 MySQLConnection.config()方法1
10.2.5 MySQLConnection.connect()方法1
10.2.6 MySQLConnection.cursor()方法1
10.2.7 MySQLConnection.cmd_change_user()方法1
10.2.8 MySQLConnection.cmd_debug()方法1
10.2.9 MySQLConnection.cmd_init_db()方法1
10.2.10 MySQLConnection.cmd_ping()方法1
10.2.11 MySQLConnection.cmd_process_info()方法1
10.2.12 MySQLConnection.cmd_process_kill()方法1
10.2.13 MySQLConnection.cmd_query()方法1
10.2.14 MySQLConnection.cmd_query_iter()方法1
10.2.15 MySQLConnection.cmd_quit()方法1
10.2.16 MySQLConnection.cmd_refresh()方法1
10.2.17 MySQLConnection.cmd_reset_connection()方法1
10.2.18 MySQLConnection.cmd_shutdown()方法1
10.2.19 MySQLConnection.cmd_statistics()方法1
10.2.20 MySQLConnection.disconnect()方法1
10.2.21 MySQLConnection.get_row()方法1
10.2.22 MySQLConnection.get_rows()方法1
10.2.23 MySQLConnection.get_server_info()方法1
10.2.24 MySQLConnection.get_server_version()方法1
10.2.25 MySQLConnection.is_connected()方法1
10.2.26 MySQLConnection.isset_client_flag()方法1
10.2.27 MySQLConnection.ping()方法1
10.2.28 MySQLConnection.reconnect()方法1
10.2.29 MySQLConnection.reset_session()方法1
10.2.30 MySQLConnection.rollback()方法1
10.2.31 MySQLConnection.set_charset_collation()方法1
10.2.32 MySQLConnection.set_client_flags()方法1
10.2.33 MySQLConnection.shutdown()方法1
10.2.34 MySQLConnection.start_transaction()方法1
10.2.35 MySQLConnection.autocommit 属性1
10.2.36 MySQLConnection.unread_results 属性1
10.2.37 MySQLConnection.can_consume_results 属性1
10.2.38 MySQLConnection.charset 属性1
10.2.39 MySQLConnection.collation 属性1
10.2.40 MySQLConnection.connection_id 属性1
10.2.41 MySQLConnection.database 属性1
10.2.42 MySQLConnection.get_warnings 属性1
10.2.43 MySQLConnection.in_transaction 属性1
10.2.44 MySQLConnection.raise_on_warnings 属性1
10.2.45 MySQLConnection.server_host 属性1
10.2.46 MySQLConnection.server_port 属性1
10.2.47 MySQLConnection.sql_mode 属性1
10.2.48 MySQLConnection.time_zone 属性1
10.2.49 MySQLConnection.unix_socket 属性1
10.2.50 MySQLConnection.user 属性1
10.3 pooling.MySQLConnectionPool类
10.4 pooling.PooledMySQLConnection类
10.5 游标.MySQL游标类
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.2 connection.MySQLConnection类
/ 10.2.15 MySQLConnection.cmd_quit()方法
10.2.15 MySQLConnection.cmd_quit()方法
此方法向 MySQL 服务器发送
QUIT
命令,关闭当前连接。由于MySQL服务器没有响应,所以返回了发送的数据包。