文档首页
MySQL Connector/Python 开发者指南
相关文档 下载本手册
PDF (US Ltr) - 0.7Mb
PDF (A4) - 0.7Mb


MySQL Connector/Python 开发者指南  /  ...  /  MySQLCursor.clear_attributes() 方法

10.5.3 MySQLCursor.clear_attributes() 方法

语法

cursor.clear_attributes()

清除连接器端由 第 10.5.2 节 “MySQLCursor.add_attribute() 方法” 设置的查询属性列表。

此方法已添加到 Connector/Python 8.0.26 中。