10bet网址
连接器和API手册
下载本手册

6.9.2 connection.MySQLConnection类

6.9.2.1 connection.MySQLConnection()构造函数
6.9.2.2 MySQLConnection.close()方法
6.9.2.3 MySQLConnection.commit()方法
6.9.2.4 MySQLConnection.config()方法
6.9.2.5 MySQLConnection.connect()方法
6.9.2.6 MySQLConnection.cursor()方法
6.9.2.7 MySQLConnection.cmd\u change\u user()方法
6.9.2.8 MySQLConnection.cmd\u debug()方法
6.9.2.9 MySQLConnection.cmd\u init\u db()方法
6.9.2.10 MySQLConnection.cmd\u ping()方法
6.9.2.11 MySQLConnection.cmd\u process\u info()方法
6.9.2.12 MySQLConnection.cmd\u process\u kill()方法
6.9.2.13 MySQLConnection.cmd\u query()方法
6.9.2.14 MySQLConnection.cmd\u query\u iter()方法
6.9.2.15 MySQLConnection.cmd\u quit()方法
6.9.2.16 MySQLConnection.cmd\u refresh()方法
6.9.2.17 MySQLConnection.cmd\u reset\u connection()方法
6.9.2.18 MySQLConnection.cmd\u shutdown()方法
6.9.2.19 MySQLConnection.cmd\u statistics()方法
6.9.2.20 MySQLConnection.disconnect()方法
6.9.2.21 MySQLConnection.get\u row()方法
6.9.2.22 MySQLConnection.get\u rows()方法
6.9.2.23 MySQLConnection.get\u server\u info()方法
6.9.2.24 MySQLConnection.get\u server\u version()方法
6.9.2.25 MySQLConnection.is\u connected()方法
6.9.2.26 MySQLConnection.isset\u client\u flag()方法
6.9.2.27 MySQLConnection.ping()方法
6.9.2.28 MySQLConnection.reconnect()方法
6.9.2.29 MySQLConnection.reset\u session()方法
6.9.2.30 MySQLConnection.rollback()方法
6.9.2.31 MySQLConnection.set\u charset\u collation()方法
6.9.2.32 MySQLConnection.set_client_flags()方法
6.9.2.33 MySQLConnection.shutdown()方法
6.9.2.34 MySQLConnection.start\u transaction()方法
6.9.2.35 MySQLConnection.autocommit属性
6.9.2.36 MySQLConnection.unread\u results属性
6.9.2.37 MySQLConnection.can\u使用\u results属性吗
6.9.2.38 MySQLConnection.charset属性
6.9.2.39 MySQLConnection.collation属性
6.9.2.40 MySQLConnection.connection\u id属性
6.9.2.41 MySQLConnection.database属性
6.9.2.42 MySQLConnection.get\u warnings属性
6.9.2.43 MySQLConnection.in\事务属性
6.9.2.44 MySQLConnection.raise \u on \u warnings属性
6.9.2.45 MySQLConnection.server\u主机属性
6.9.2.46 MySQLConnection.server\u端口属性
6.9.2.47 MySQLConnection.sql\u mode属性
6.9.2.48 MySQLConnection.时区属性
6.9.2.49 MySQLConnection.unix\u socket属性
6.9.2.50 MySQLConnection.user属性

这个mysql连接类用于打开和管理到MySQL服务器的连接。它还用于发送命令和SQL语句并读取结果。