PDF (US Ltr)
- 4.5Mb
PDF (A4)
- 4.5Mb
- 6.9.2.1 connection.MySQLConnection() Constructor
- 6.9.2.2 MySQLConnection.close() Method
- 6.9.2.3 MySQLConnection.commit() Method
- 6.9.2.4 MySQLConnection.config() Method
- 6.9.2.5 MySQLConnection.connect() Method
- 6.9.2.6 MySQLConnection.cursor() Method
- 6.9.2.7 MySQLConnection.cmd_change_user() Method
- 6.9.2.8 MySQLConnection.cmd_debug() Method
- 6.9.2.9 MySQLConnection.cmd_init_db() Method
- 6.9.2.10 MySQLConnection.cmd_ping() Method
- 6.9.2.11 MySQLConnection.cmd_process_info() Method
- 6.9.2.12 MySQLConnection.cmd_process_kill() Method
- 6.9.2.13 MySQLConnection.cmd_query() Method
- 6.9.2.14 MySQLConnection.cmd_query_iter() Method
- 6.9.2.15 MySQLConnection.cmd_quit() Method
- 6.9.2.16 MySQLConnection.cmd_refresh() Method
- 6.9.2.17 MySQLConnection.cmd_reset_connection() Method
- 6.9.2.18 MySQLConnection.cmd_shutdown() Method
- 6.9.2.19 MySQLConnection.cmd_statistics() Method
- 6.9.2.20 MySQLConnection.disconnect() Method
- 6.9.2.21 MySQLConnection.get_row() Method
- 6.9.2.22 MySQLConnection.get_rows() Method
- 6.9.2.23 MySQLConnection.get_server_info() Method
- 6.9.2.24 MySQLConnection.get_server_version() Method
- 6.9.2.25 MySQLConnection.is_connected() Method
- 6.9.2.26 MySQLConnection.isset_client_flag() Method
- 6.9.2.27 MySQLConnection.ping() Method
- 6.9.2.28 MySQLConnection.reconnect() Method
- 6.9.2.29 MySQLConnection.reset_session() Method
- 6.9.2.30 MySQLConnection.rollback() Method
- 6.9.2.31 MySQLConnection.set_charset_collation() Method
- 6.9.2.32 MySQLConnection.set_client_flags() Method
- 6.9.2.33 MySQLConnection.shutdown() Method
- 6.9.2.34 MySQLConnection.start_transaction() Method
- 6.9.2.35 MySQLConnection.autocommit Property
- 6.9.2.36 MySQLConnection.unread_results Property
- 6.9.2.37 MySQLConnection.can_consume_results Property
- 6.9.2.38 MySQLConnection.charset Property
- 6.9.2.39 MySQLConnection.collation Property
- 6.9.2.40 MySQLConnection.connection_id Property
- 6.9.2.41 MySQLConnection.database Property
- 6.9.2.42 MySQLConnection.get_warnings Property
- 6.9.2.43 MySQLConnection.in_transaction Property
- 6.9.2.44 MySQLConnection.raise_on_warnings Property
- 6.9.2.45 MySQLConnection.server_host Property
- 6.9.2.46 MySQLConnection.server_port Property
- 6.9.2.47 MySQLConnection.sql_mode Property
- 6.9.2.48 MySQLConnection.time_zone Property
- 6.9.2.49 MySQLConnection.unix_socket Property
- 6.9.2.50 MySQLConnection.user Property
The MySQLConnection
class is used to open and
manage a connection to a MySQL server. It also used to send
commands and SQL statements and read the results.