MySQL 连接器/Python 开发人员指南 /
Index
Symbols | C | D | E | F | M | P | S
Symbols
[index top]- _mysql_connector module, _mysql_connector Module
- _mysql_connector.MySQL() class, _mysql_connector.MySQL() Class
- _mysql_connector.MySQL.affected_rows() method, _mysql_connector.MySQL.affected_rows() Method
- _mysql_connector.MySQL.autocommit() method, _mysql_connector.MySQL.autocommit() Method
- _mysql_connector.MySQL.buffered() method, _mysql_connector.MySQL.buffered() Method
- _mysql_connector.MySQL.change_user() method, _mysql_connector.MySQL.change_user() Method
- _mysql_connector.MySQL.character_set_name() method, _mysql_connector.MySQL.character_set_name() Method
- _mysql_connector.MySQL.close() method, _mysql_connector.MySQL.close() Method
- _mysql_connector.MySQL.commit() method, _mysql_connector.MySQL.commit() Method
- _mysql_connector.MySQL.connect() method, _mysql_connector.MySQL.connect() Method
- _mysql_connector.MySQL.connected() method, _mysql_connector.MySQL.connected() Method
- _mysql_connector.MySQL.consume_result() method, _mysql_connector.MySQL.consume_result() Method
- _mysql_connector.MySQL.convert_to_mysql() method, _mysql_connector.MySQL.convert_to_mysql() Method
- _mysql_connector.MySQL.escape_string() method, _mysql_connector.MySQL.escape_string() Method
- _mysql_connector.MySQL.fetch_fields() method, _mysql_connector.MySQL.fetch_fields() Method
- _mysql_connector.MySQL.fetch_row() method, _mysql_connector.MySQL.fetch_row() Method
- _mysql_connector.MySQL.field_count() method, _mysql_connector.MySQL.field_count() Method
- _mysql_connector.MySQL.free_result() method, _mysql_connector.MySQL.free_result() Method
- _mysql_connector.MySQL.get_character_set_info() method, _mysql_connector.MySQL.get_character_set_info() Method
- _mysql_connector.MySQL.get_client_info() method, _mysql_connector.MySQL.get_client_info() Method
- _mysql_connector.MySQL.get_client_version() method, _mysql_connector.MySQL.get_client_version() Method
- _mysql_connector.MySQL.get_host_info() method, _mysql_connector.MySQL.get_host_info() Method
- _mysql_connector.MySQL.get_proto_info() method, _mysql_connector.MySQL.get_proto_info() Method
- _mysql_connector.MySQL.get_server_info() method, _mysql_connector.MySQL.get_server_info() Method
- _mysql_connector.MySQL.get_server_version() method, _mysql_connector.MySQL.get_server_version() Method
- _mysql_connector.MySQL.get_ssl_cipher() method, _mysql_connector.MySQL.get_ssl_cipher() Method
- _mysql_connector.MySQL.have_result_set property, _mysql_connector.MySQL.have_result_set Property
- _mysql_connector.MySQL.hex_string() method, _mysql_connector.MySQL.hex_string() Method
- _mysql_connector.MySQL.insert_id() method, _mysql_connector.MySQL.insert_id() Method
- _mysql_connector.MySQL.more_results() method, _mysql_connector.MySQL.more_results() Method
- _mysql_connector.MySQL.next_result() method, _mysql_connector.MySQL.next_result() Method
- _mysql_connector.MySQL.num_fields() method, _mysql_connector.MySQL.num_fields() Method
- _mysql_connector.MySQL.num_rows() method, _mysql_connector.MySQL.num_rows() Method
- _mysql_connector.MySQL.ping() method, _mysql_connector.MySQL.ping() Method
- _mysql_connector.MySQL.query() method, _mysql_connector.MySQL.query() Method
- _mysql_connector.MySQL.raw() method, _mysql_connector.MySQL.raw() Method
- _mysql_connector.MySQL.refresh() method, _mysql_connector.MySQL.refresh() Method
- _mysql_connector.MySQL.reset_connection() method, _mysql_connector.MySQL.reset_connection() Method
- _mysql_connector.MySQL.rollback() method, _mysql_connector.MySQL.rollback() Method
- _mysql_connector.MySQL.select_db() method, _mysql_connector.MySQL.select_db() Method
- _mysql_connector.MySQL.set_character_set() method, _mysql_connector.MySQL.set_character_set() Method
- _mysql_connector.MySQL.shutdown() method, _mysql_connector.MySQL.shutdown() Method
- _mysql_connector.MySQL.stat() method, _mysql_connector.MySQL.stat() Method
- _mysql_connector.MySQL.thread_id() method, _mysql_connector.MySQL.thread_id() Method
- _mysql_connector.MySQL.use_unicode() method, _mysql_connector.MySQL.use_unicode() Method
- _mysql_connector.MySQL.warning_count() method, _mysql_connector.MySQL.warning_count() Method
C
[index top]- class
- connection.MySQLConnection, connection.MySQLConnection Class
- constants.CharacterSet, constants.CharacterSet Class
- constants.ClientFlag, constants.ClientFlag Class
- constants.FieldType, constants.FieldType Class
- constants.RefreshOption, constants.RefreshOption Class
- constants.SQLMode, constants.SQLMode Class
- cursor.MySQLCursor, cursor.MySQLCursor Class
- cursor.MySQLCursorBuffered, cursor.MySQLCursorBuffered Class
- cursor.MySQLCursorBufferedDict, cursor.MySQLCursorBufferedDict Class
- cursor.MySQLCursorBufferedNamedTuple, cursor.MySQLCursorBufferedNamedTuple Class
- cursor.MySQLCursorBufferedRaw, cursor.MySQLCursorBufferedRaw Class
- cursor.MySQLCursorDict, cursor.MySQLCursorDict Class
- cursor.MySQLCursorNamedTuple, cursor.MySQLCursorNamedTuple Class
- cursor.MySQLCursorPrepared, cursor.MySQLCursorPrepared Class
- cursor.MySQLCursorRaw, cursor.MySQLCursorRaw Class
- pooling.MySQLConnectionPool, pooling.MySQLConnectionPool Class
- pooling.PooledMySQLConnection, pooling.PooledMySQLConnection Class
- _mysql_connector.MySQL(), _mysql_connector.MySQL() Class
- COM_STMT_SEND_LONG_DATA
- prepared statements, cursor.MySQLCursorPrepared Class
- connection.MySQLConnection class, connection.MySQLConnection Class
- connection.MySQLConnection() constructor, connection.MySQLConnection() Constructor
- Connector/Python, Introduction to MySQL Connector/Python
- constants.CharacterSet class, constants.CharacterSet Class
- constants.ClientFlag class, constants.ClientFlag Class
- constants.FieldType class, constants.FieldType Class
- constants.RefreshOption class, constants.RefreshOption Class
- constants.SQLMode class, constants.SQLMode Class
- constructor
- connection.MySQLConnection(), connection.MySQLConnection() Constructor
- cursor.MySQLCursor, cursor.MySQLCursor Constructor
- pooling.MySQLConnectionPool, pooling.MySQLConnectionPool Constructor
- pooling.PooledMySQLConnection, pooling.PooledMySQLConnection Constructor
- cursor.mysqlcursor
- Subclasses, Subclasses cursor.MySQLCursor
- cursor.MySQLCursor class, cursor.MySQLCursor Class
- cursor.MySQLCursor constructor, cursor.MySQLCursor Constructor
- cursor.MySQLCursorBuffered class, cursor.MySQLCursorBuffered Class
- cursor.MySQLCursorBufferedDict class, cursor.MySQLCursorBufferedDict Class
- cursor.MySQLCursorBufferedNamedTuple class, cursor.MySQLCursorBufferedNamedTuple Class
- cursor.MySQLCursorBufferedRaw class, cursor.MySQLCursorBufferedRaw Class
- cursor.MySQLCursorDict class, cursor.MySQLCursorDict Class
- cursor.MySQLCursorNamedTuple class, cursor.MySQLCursorNamedTuple Class
- cursor.MySQLCursorPrepared class, cursor.MySQLCursorPrepared Class
- cursor.MySQLCursorRaw class, cursor.MySQLCursorRaw Class
D
[index top]- DYLD_LIBRARY_PATH environment variable, Application Development with the Connector/Python C Extension
E
[index top]- environment variable
- DYLD_LIBRARY_PATH, Application Development with the Connector/Python C Extension
- errorcode module, errorcode Module
- errors.custom_error_exception() function, errors.custom_error_exception() Function
- errors.DatabaseError exception, errors.DatabaseError Exception
- errors.DataError exception, errors.DataError Exception
- errors.Error exception, errors.Error Exception
- errors.IntegrityError exception, errors.IntegrityError Exception
- errors.InterfaceError exception, errors.InterfaceError Exception
- errors.InternalError exception, errors.InternalError Exception
- errors.NotSupportedError exception, errors.NotSupportedError Exception
- errors.OperationalError exception, errors.OperationalError Exception
- errors.PoolError exception, errors.PoolError Exception
- errors.ProgrammingError exception, errors.ProgrammingError Exception
- errors.Warning exception, errors.Warning Exception
- exception
- errors.DatabaseError, errors.DatabaseError Exception
- errors.DataError, errors.DataError Exception
- errors.Error, errors.Error Exception
- errors.IntegrityError, errors.IntegrityError Exception
- errors.InterfaceError, errors.InterfaceError Exception
- errors.InternalError, errors.InternalError Exception
- errors.NotSupportedError, errors.NotSupportedError Exception
- errors.OperationalError, errors.OperationalError Exception
- errors.PoolError, errors.PoolError Exception
- errors.ProgrammingError, errors.ProgrammingError Exception
- errors.Warning, errors.Warning Exception
M
[index top]- method
- mysql.connector.connect(), mysql.connector.connect() Method
- MySQLConnection.close(), MySQLConnection.close() Method
- MySQLConnection.cmd_change_user(), MySQLConnection.cmd_change_user() Method
- MySQLConnection.cmd_debug(), MySQLConnection.cmd_debug() Method
- MySQLConnection.cmd_init_db(), MySQLConnection.cmd_init_db() Method
- MySQLConnection.cmd_ping(), MySQLConnection.cmd_ping() Method
- MySQLConnection.cmd_process_info(), MySQLConnection.cmd_process_info() Method
- MySQLConnection.cmd_process_kill(), MySQLConnection.cmd_process_kill() Method
- MySQLConnection.cmd_query(), MySQLConnection.cmd_query() Method
- MySQLConnection.cmd_query_iter(), MySQLConnection.cmd_query_iter() Method
- MySQLConnection.cmd_quit(), MySQLConnection.cmd_quit() Method
- MySQLConnection.cmd_refresh(), MySQLConnection.cmd_refresh() Method
- MySQLConnection.cmd_reset_connection(), MySQLConnection.cmd_reset_connection() Method
- MySQLConnection.cmd_shutdown(), MySQLConnection.cmd_shutdown() Method
- MySQLConnection.cmd_statistics(), MySQLConnection.cmd_statistics() Method
- MySQLConnection.commit(), MySQLConnection.commit() Method
- MySQLConnection.config(), MySQLConnection.config() Method
- MySQLConnection.connect(), MySQLConnection.connect() Method
- MySQLConnection.cursor(), MySQLConnection.cursor() Method
- MySQLConnection.disconnect(), MySQLConnection.disconnect() Method
- MySQLConnection.get_row(), MySQLConnection.get_row() Method
- MySQLConnection.get_rows(), MySQLConnection.get_rows() Method
- MySQLConnection.get_server_info(), MySQLConnection.get_server_info() Method
- MySQLConnection.get_server_version(), MySQLConnection.get_server_version() Method
- MySQLConnection.isset_client_flag(), MySQLConnection.isset_client_flag() Method
- MySQLConnection.is_connected(), MySQLConnection.is_connected() Method
- MySQLConnection.ping(), MySQLConnection.ping() Method
- MySQLConnection.reconnect(), MySQLConnection.reconnect() Method
- MySQLConnection.reset_session(), MySQLConnection.reset_session() Method
- MySQLConnection.rollback(), MySQLConnection.rollback() Method
- MySQLConnection.set_charset_collation(), MySQLConnection.set_charset_collation() Method
- MySQLConnection.set_client_flags(), MySQLConnection.set_client_flags() Method
- MySQLConnection.shutdown(), MySQLConnection.shutdown() Method
- MySQLConnection.start_transaction(), MySQLConnection.start_transaction() Method
- MySQLConnectionPool.add_connection(), MySQLConnectionPool.add_connection() Method
- MySQLConnectionPool.get_connection(), MySQLConnectionPool.get_connection() Method
- MySQLConnectionPool.set_config(), MySQLConnectionPool.set_config() Method
- MySQLCursor.callproc(), MySQLCursor.callproc() Method
- MySQLCursor.close(), MySQLCursor.close() Method
- MySQLCursor.execute(), MySQLCursor.execute() Method
- MySQLCursor.executemany(), MySQLCursor.executemany() Method
- MySQLCursor.fetchall(), MySQLCursor.fetchall() Method
- MySQLCursor.fetchmany(), MySQLCursor.fetchmany() Method
- MySQLCursor.fetchone(), MySQLCursor.fetchone() Method
- MySQLCursor.fetchwarnings(), MySQLCursor.fetchwarnings() Method
- MySQLCursor.stored_results(), MySQLCursor.stored_results() Method
- PooledMySQLConnection.close(), PooledMySQLConnection.close() Method
- PooledMySQLConnection.config(), PooledMySQLConnection.config() Method
- _mysql_connector.MySQL.affected_rows(), _mysql_connector.MySQL.affected_rows() Method
- _mysql_connector.MySQL.autocommit(), _mysql_connector.MySQL.autocommit() Method
- _mysql_connector.MySQL.buffered(), _mysql_connector.MySQL.buffered() Method
- _mysql_connector.MySQL.change_user(), _mysql_connector.MySQL.change_user() Method
- _mysql_connector.MySQL.character_set_name(), _mysql_connector.MySQL.character_set_name() Method
- _mysql_connector.MySQL.close(), _mysql_connector.MySQL.close() Method
- _mysql_connector.MySQL.commit(), _mysql_connector.MySQL.commit() Method
- _mysql_connector.MySQL.connect(), _mysql_connector.MySQL.connect() Method
- _mysql_connector.MySQL.connected(), _mysql_connector.MySQL.connected() Method
- _mysql_connector.MySQL.consume_result(), _mysql_connector.MySQL.consume_result() Method
- _mysql_connector.MySQL.convert_to_mysql(), _mysql_connector.MySQL.convert_to_mysql() Method
- _mysql_connector.MySQL.escape_string(), _mysql_connector.MySQL.escape_string() Method
- _mysql_connector.MySQL.fetch_fields(), _mysql_connector.MySQL.fetch_fields() Method
- _mysql_connector.MySQL.fetch_row(), _mysql_connector.MySQL.fetch_row() Method
- _mysql_connector.MySQL.field_count(), _mysql_connector.MySQL.field_count() Method
- _mysql_connector.MySQL.free_result(), _mysql_connector.MySQL.free_result() Method
- _mysql_connector.MySQL.get_character_set_info(), _mysql_connector.MySQL.get_character_set_info() Method
- _mysql_connector.MySQL.get_client_info(), _mysql_connector.MySQL.get_client_info() Method
- _mysql_connector.MySQL.get_client_version(), _mysql_connector.MySQL.get_client_version() Method
- _mysql_connector.MySQL.get_host_info(), _mysql_connector.MySQL.get_host_info() Method
- _mysql_connector.MySQL.get_proto_info(), _mysql_connector.MySQL.get_proto_info() Method
- _mysql_connector.MySQL.get_server_info(), _mysql_connector.MySQL.get_server_info() Method
- _mysql_connector.MySQL.get_server_version(), _mysql_connector.MySQL.get_server_version() Method
- _mysql_connector.MySQL.get_ssl_cipher(), _mysql_connector.MySQL.get_ssl_cipher() Method
- _mysql_connector.MySQL.hex_string(), _mysql_connector.MySQL.hex_string() Method
- _mysql_connector.MySQL.insert_id(), _mysql_connector.MySQL.insert_id() Method
- _mysql_connector.MySQL.more_results(), _mysql_connector.MySQL.more_results() Method
- _mysql_connector.MySQL.next_result(), _mysql_connector.MySQL.next_result() Method
- _mysql_connector.MySQL.num_fields(), _mysql_connector.MySQL.num_fields() Method
- _mysql_connector.MySQL.num_rows(), _mysql_connector.MySQL.num_rows() Method
- _mysql_connector.MySQL.ping(), _mysql_connector.MySQL.ping() Method
- _mysql_connector.MySQL.query(), _mysql_connector.MySQL.query() Method
- _mysql_connector.MySQL.raw(), _mysql_connector.MySQL.raw() Method
- _mysql_connector.MySQL.refresh(), _mysql_connector.MySQL.refresh() Method
- _mysql_connector.MySQL.reset_connection(), _mysql_connector.MySQL.reset_connection() Method
- _mysql_connector.MySQL.rollback(), _mysql_connector.MySQL.rollback() Method
- _mysql_connector.MySQL.select_db(), _mysql_connector.MySQL.select_db() Method
- _mysql_connector.MySQL.set_character_set(), _mysql_connector.MySQL.set_character_set() Method
- _mysql_connector.MySQL.shutdown(), _mysql_connector.MySQL.shutdown() Method
- _mysql_connector.MySQL.stat(), _mysql_connector.MySQL.stat() Method
- _mysql_connector.MySQL.thread_id(), _mysql_connector.MySQL.thread_id() Method
- _mysql_connector.MySQL.use_unicode(), _mysql_connector.MySQL.use_unicode() Method
- _mysql_connector.MySQL.warning_count(), _mysql_connector.MySQL.warning_count() Method
- module
- errorcode, errorcode Module
- mysql.connector, mysql.connector Module
- _mysql_connector, _mysql_connector Module
- mysql.connector module, mysql.connector Module
- mysql.connector.apilevel property, mysql.connector.apilevel Property
- mysql.connector.connect() method, mysql.connector.connect() Method
- mysql.connector.paramstyle property, mysql.connector.paramstyle Property
- mysql.connector.threadsafety property, mysql.connector.threadsafety Property
- mysql.connector.__version_info__ property, mysql.connector.__version_info__ Property
- mysql.connector.__version__ property, mysql.connector.__version__ Property
- MySQLConnection.autocommit property, MySQLConnection.autocommit Property
- MySQLConnection.can_consume_results property, MySQLConnection.can_consume_results Property
- MySQLConnection.charset property, MySQLConnection.charset Property
- MySQLConnection.close() method, MySQLConnection.close() Method
- MySQLConnection.cmd_change_user() method, MySQLConnection.cmd_change_user() Method
- MySQLConnection.cmd_debug() method, MySQLConnection.cmd_debug() Method
- MySQLConnection.cmd_init_db() method, MySQLConnection.cmd_init_db() Method
- MySQLConnection.cmd_ping() method, MySQLConnection.cmd_ping() Method
- MySQLConnection.cmd_process_info() method, MySQLConnection.cmd_process_info() Method
- MySQLConnection.cmd_process_kill() method, MySQLConnection.cmd_process_kill() Method
- MySQLConnection.cmd_query() method, MySQLConnection.cmd_query() Method
- MySQLConnection.cmd_query_iter() method, MySQLConnection.cmd_query_iter() Method
- MySQLConnection.cmd_quit() method, MySQLConnection.cmd_quit() Method
- MySQLConnection.cmd_refresh() method, MySQLConnection.cmd_refresh() Method
- MySQLConnection.cmd_reset_connection() method, MySQLConnection.cmd_reset_connection() Method
- MySQLConnection.cmd_shutdown() method, MySQLConnection.cmd_shutdown() Method
- MySQLConnection.cmd_statistics() method, MySQLConnection.cmd_statistics() Method
- MySQLConnection.collation property, MySQLConnection.collation Property
- MySQLConnection.commit() method, MySQLConnection.commit() Method
- MySQLConnection.config() method, MySQLConnection.config() Method
- MySQLConnection.connect() method, MySQLConnection.connect() Method
- MySQLConnection.connection_id property, MySQLConnection.connection_id Property
- MySQLConnection.cursor() method, MySQLConnection.cursor() Method
- MySQLConnection.database property, MySQLConnection.database Property
- MySQLConnection.disconnect() method, MySQLConnection.disconnect() Method
- MySQLConnection.get_row() method, MySQLConnection.get_row() Method
- MySQLConnection.get_rows() method, MySQLConnection.get_rows() Method
- MySQLConnection.get_server_info() method, MySQLConnection.get_server_info() Method
- MySQLConnection.get_server_version() method, MySQLConnection.get_server_version() Method
- MySQLConnection.get_warnings property, MySQLConnection.get_warnings Property
- MySQLConnection.in_transaction property, MySQLConnection.in_transaction Property
- MySQLConnection.isset_client_flag() method, MySQLConnection.isset_client_flag() Method
- MySQLConnection.is_connected() method, MySQLConnection.is_connected() Method
- MySQLConnection.ping() method, MySQLConnection.ping() Method
- MySQLConnection.raise_on_warnings property, MySQLConnection.raise_on_warnings Property
- MySQLConnection.reconnect() method, MySQLConnection.reconnect() Method
- MySQLConnection.reset_session() method, MySQLConnection.reset_session() Method
- MySQLConnection.rollback() method, MySQLConnection.rollback() Method
- MySQLConnection.server_host property, MySQLConnection.server_host Property
- MySQLConnection.server_port property, MySQLConnection.server_port Property
- MySQLConnection.set_charset_collation() method, MySQLConnection.set_charset_collation() Method
- MySQLConnection.set_client_flags() method, MySQLConnection.set_client_flags() Method
- MySQLConnection.shutdown() method, MySQLConnection.shutdown() Method
- MySQLConnection.sql_mode property, MySQLConnection.sql_mode Property
- MySQLConnection.start_transaction() method, MySQLConnection.start_transaction() Method
- MySQLConnection.time_zone property, MySQLConnection.time_zone Property
- MySQLConnection.unix_socket property, MySQLConnection.unix_socket Property
- MySQLConnection.unread_results property, MySQLConnection.unread_results Property
- MySQLConnection.user property, MySQLConnection.user Property
- MySQLConnectionPool.add_connection() method, MySQLConnectionPool.add_connection() Method
- MySQLConnectionPool.get_connection() method, MySQLConnectionPool.get_connection() Method
- MySQLConnectionPool.pool_name property, MySQLConnectionPool.pool_name Property
- MySQLConnectionPool.set_config() method, MySQLConnectionPool.set_config() Method
- MySQLCursor.callproc() method, MySQLCursor.callproc() Method
- MySQLCursor.close() method, MySQLCursor.close() Method
- MySQLCursor.column_names property, MySQLCursor.column_names Property
- MySQLCursor.description property, MySQLCursor.description Property
- MySQLCursor.execute() method, MySQLCursor.execute() Method
- MySQLCursor.executemany() method, MySQLCursor.executemany() Method
- MySQLCursor.fetchall() method, MySQLCursor.fetchall() Method
- MySQLCursor.fetchmany() method, MySQLCursor.fetchmany() Method
- MySQLCursor.fetchone() method, MySQLCursor.fetchone() Method
- MySQLCursor.fetchwarnings() method, MySQLCursor.fetchwarnings() Method
- MySQLCursor.lastrowid property, MySQLCursor.lastrowid Property
- MySQLCursor.rowcount property, MySQLCursor.rowcount Property
- MySQLCursor.statement property, MySQLCursor.statement Property
- MySQLCursor.stored_results() method, MySQLCursor.stored_results() Method
- MySQLCursor.with_rows property, MySQLCursor.with_rows Property
P
[index top]- PEP 249, Introduction to MySQL Connector/Python
- PooledMySQLConnection.close() method, PooledMySQLConnection.close() Method
- PooledMySQLConnection.config() method, PooledMySQLConnection.config() Method
- PooledMySQLConnection.pool_name property, PooledMySQLConnection.pool_name Property
- pooling.MySQLConnectionPool class, pooling.MySQLConnectionPool Class
- pooling.MySQLConnectionPool constructor, pooling.MySQLConnectionPool Constructor
- pooling.PooledMySQLConnection class, pooling.PooledMySQLConnection Class
- pooling.PooledMySQLConnection constructor, pooling.PooledMySQLConnection Constructor
- prepared statements, cursor.MySQLCursorPrepared Class
- property
- mysql.connector.apilevel, mysql.connector.apilevel Property
- mysql.connector.paramstyle, mysql.connector.paramstyle Property
- mysql.connector.threadsafety, mysql.connector.threadsafety Property
- mysql.connector.__version_info__, mysql.connector.__version_info__ Property
- mysql.connector.__version__, mysql.connector.__version__ Property
- MySQLConnection.autocommit, MySQLConnection.autocommit Property
- MySQLConnection.can_consume_results, MySQLConnection.can_consume_results Property
- MySQLConnection.charset, MySQLConnection.charset Property
- MySQLConnection.collation, MySQLConnection.collation Property
- MySQLConnection.connection_id, MySQLConnection.connection_id Property
- MySQLConnection.database, MySQLConnection.database Property
- MySQLConnection.get_warnings, MySQLConnection.get_warnings Property
- MySQLConnection.in_transaction, MySQLConnection.in_transaction Property
- MySQLConnection.raise_on_warnings, MySQLConnection.raise_on_warnings Property
- MySQLConnection.server_host, MySQLConnection.server_host Property
- MySQLConnection.server_port, MySQLConnection.server_port Property
- MySQLConnection.sql_mode, MySQLConnection.sql_mode Property
- MySQLConnection.time_zone, MySQLConnection.time_zone Property
- MySQLConnection.unix_socket, MySQLConnection.unix_socket Property
- MySQLConnection.unread_results, MySQLConnection.unread_results Property
- MySQLConnection.user, MySQLConnection.user Property
- MySQLConnectionPool.pool_name, MySQLConnectionPool.pool_name Property
- MySQLCursor.column_names, MySQLCursor.column_names Property
- MySQLCursor.description, MySQLCursor.description Property
- MySQLCursor.lastrowid, MySQLCursor.lastrowid Property
- MySQLCursor.rowcount, MySQLCursor.rowcount Property
- MySQLCursor.statement, MySQLCursor.statement Property
- MySQLCursor.with_rows, MySQLCursor.with_rows Property
- PooledMySQLConnection.pool_name, PooledMySQLConnection.pool_name Property
- _mysql_connector.MySQL.have_result_set, _mysql_connector.MySQL.have_result_set Property
- Python, Introduction to MySQL Connector/Python
- Python Database API Specification v2.0 (PEP 249), Introduction to MySQL Connector/Python