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


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

10.5.4 MySQLCursor.get_attributes() 方法

语法

cursor.get_attributes()

返回一个包含现有查询属性的列表,这些属性由 第 10.5.2 节,“MySQLCursor.add_attribute() 方法” 设置。

此方法在 Connector/Python 8.0.26 中添加。