索引

符号  | C  | D  | E  | F  | M  | P  | S

符号

[返回索引顶部]
_mysql_connector 模块, _mysql_connector 模块
_mysql_connector.MySQL() 类, _mysql_connector.MySQL() 类
_mysql_connector.MySQL.affected_rows() 方法, _mysql_connector.MySQL.affected_rows() 方法
_mysql_connector.MySQL.autocommit() 方法, _mysql_connector.MySQL.autocommit() 方法
_mysql_connector.MySQL.buffered() 方法, _mysql_connector.MySQL.buffered() 方法
_mysql_connector.MySQL.change_user() 方法, _mysql_connector.MySQL.change_user() 方法
_mysql_connector.MySQL.character_set_name() 方法, _mysql_connector.MySQL.character_set_name() 方法
_mysql_connector.MySQL.close() 方法, _mysql_connector.MySQL.close() 方法
_mysql_connector.MySQL.commit() 方法, _mysql_connector.MySQL.commit() 方法
_mysql_connector.MySQL.connect() 方法, _mysql_connector.MySQL.connect() 方法
_mysql_connector.MySQL.connected() 方法, _mysql_connector.MySQL.connected() 方法
_mysql_connector.MySQL.consume_result() 方法, _mysql_connector.MySQL.consume_result() 方法
_mysql_connector.MySQL.convert_to_mysql() 方法, _mysql_connector.MySQL.convert_to_mysql() 方法
_mysql_connector.MySQL.escape_string() 方法, _mysql_connector.MySQL.escape_string() 方法
_mysql_connector.MySQL.fetch_fields() 方法, _mysql_connector.MySQL.fetch_fields() 方法
_mysql_connector.MySQL.fetch_row() 方法, _mysql_connector.MySQL.fetch_row() 方法
_mysql_connector.MySQL.field_count() 方法, _mysql_connector.MySQL.field_count() 方法
_mysql_connector.MySQL.free_result() 方法, _mysql_connector.MySQL.free_result() 方法
_mysql_connector.MySQL.get_character_set_info() 方法, _mysql_connector.MySQL.get_character_set_info() 方法
_mysql_connector.MySQL.get_client_info() 方法, _mysql_connector.MySQL.get_client_info() 方法
_mysql_connector.MySQL.get_client_version() 方法, _mysql_connector.MySQL.get_client_version() 方法
_mysql_connector.MySQL.get_host_info() 方法, _mysql_connector.MySQL.get_host_info() 方法
_mysql_connector.MySQL.get_proto_info() 方法, _mysql_connector.MySQL.get_proto_info() 方法
_mysql_connector.MySQL.get_server_info() 方法, _mysql_connector.MySQL.get_server_info() 方法
_mysql_connector.MySQL.get_server_version() 方法, _mysql_connector.MySQL.get_server_version() 方法
_mysql_connector.MySQL.get_ssl_cipher() 方法, _mysql_connector.MySQL.get_ssl_cipher() 方法
_mysql_connector.MySQL.have_result_set 属性, _mysql_connector.MySQL.have_result_set 属性
_mysql_connector.MySQL.hex_string() 方法, _mysql_connector.MySQL.hex_string() 方法
_mysql_connector.MySQL.insert_id() 方法, _mysql_connector.MySQL.insert_id() 方法
_mysql_connector.MySQL.more_results() 方法, _mysql_connector.MySQL.more_results() 方法
_mysql_connector.MySQL.next_result() 方法, _mysql_connector.MySQL.next_result() 方法
_mysql_connector.MySQL.num_fields() 方法, _mysql_connector.MySQL.num_fields() 方法
_mysql_connector.MySQL.num_rows() 方法, _mysql_connector.MySQL.num_rows() 方法
_mysql_connector.MySQL.ping() 方法, _mysql_connector.MySQL.ping() 方法
_mysql_connector.MySQL.query() 方法, _mysql_connector.MySQL.query() 方法
_mysql_connector.MySQL.raw() 方法, _mysql_connector.MySQL.raw() 方法
_mysql_connector.MySQL.refresh() 方法, _mysql_connector.MySQL.refresh() 方法
_mysql_connector.MySQL.reset_connection() 方法, _mysql_connector.MySQL.reset_connection() 方法
_mysql_connector.MySQL.rollback() 方法, _mysql_connector.MySQL.rollback() 方法
_mysql_connector.MySQL.select_db() 方法, _mysql_connector.MySQL.select_db() 方法
_mysql_connector.MySQL.set_character_set() 方法, _mysql_connector.MySQL.set_character_set() 方法
_mysql_connector.MySQL.shutdown() 方法, _mysql_connector.MySQL.shutdown() 方法
_mysql_connector.MySQL.stat() 方法, _mysql_connector.MySQL.stat() 方法
_mysql_connector.MySQL.thread_id() 方法, _mysql_connector.MySQL.thread_id() 方法
_mysql_connector.MySQL.use_unicode() 方法, _mysql_connector.MySQL.use_unicode() 方法
_mysql_connector.MySQL.warning_count() 方法, _mysql_connector.MySQL.warning_count() 方法

C

[返回索引顶部]
connection.MySQLConnection, connection.MySQLConnection 类
constants.CharacterSet, constants.CharacterSet 类
constants.ClientFlag, constants.ClientFlag 类
constants.FieldType, constants.FieldType 类
constants.RefreshOption, constants.RefreshOption 类
constants.SQLMode, constants.SQLMode 类
cursor.MySQLCursor, cursor.MySQLCursor 类
cursor.MySQLCursorBuffered, cursor.MySQLCursorBuffered 类
cursor.MySQLCursorBufferedDict, cursor.MySQLCursorBufferedDict 类
cursor.MySQLCursorBufferedNamedTuple, cursor.MySQLCursorBufferedNamedTuple 类
cursor.MySQLCursorBufferedRaw, cursor.MySQLCursorBufferedRaw 类
cursor.MySQLCursorDict, cursor.MySQLCursorDict 类
cursor.MySQLCursorNamedTuple, cursor.MySQLCursorNamedTuple 类
cursor.MySQLCursorPrepared, cursor.MySQLCursorPrepared 类
cursor.MySQLCursorRaw, cursor.MySQLCursorRaw 类
pooling.MySQLConnectionPool, pooling.MySQLConnectionPool 类
pooling.PooledMySQLConnection, pooling.PooledMySQLConnection 类
_mysql_connector.MySQL(), _mysql_connector.MySQL() 类
COM_STMT_SEND_LONG_DATA
预处理语句, cursor.MySQLCursorPrepared 类
connection.MySQLConnection 类, connection.MySQLConnection 类
connection.MySQLConnection() 构造函数, connection.MySQLConnection() 构造函数
Connector/Python, MySQL Connector/Python 简介
constants.CharacterSet 类, constants.CharacterSet 类
constants.ClientFlag 类, constants.ClientFlag 类
constants.FieldType 类, constants.FieldType 类
constants.RefreshOption 类, constants.RefreshOption 类
constants.SQLMode 类, constants.SQLMode 类
构造函数
connection.MySQLConnection(), connection.MySQLConnection() 构造函数
cursor.MySQLCursor, cursor.MySQLCursor 构造函数
pooling.MySQLConnectionPool, pooling.MySQLConnectionPool 构造函数
pooling.PooledMySQLConnection, pooling.PooledMySQLConnection 构造函数
cursor.mysqlcursor
子类, cursor.MySQLCursor 子类
cursor.MySQLCursor 类, cursor.MySQLCursor 类
cursor.MySQLCursor 构造函数, cursor.MySQLCursor 构造函数
cursor.MySQLCursorBuffered 类, cursor.MySQLCursorBuffered 类
cursor.MySQLCursorBufferedDict 类, cursor.MySQLCursorBufferedDict 类
cursor.MySQLCursorBufferedNamedTuple 类, cursor.MySQLCursorBufferedNamedTuple 类
cursor.MySQLCursorBufferedRaw 类, cursor.MySQLCursorBufferedRaw 类
cursor.MySQLCursorDict 类, cursor.MySQLCursorDict 类
cursor.MySQLCursorNamedTuple 类, cursor.MySQLCursorNamedTuple 类
cursor.MySQLCursorPrepared 类, cursor.MySQLCursorPrepared 类
cursor.MySQLCursorRaw 类, cursor.MySQLCursorRaw 类

E

[返回索引顶部]
环境变量
DYLD_LIBRARY_PATH, 使用 Connector/Python C 扩展进行应用程序开发
errorcode 模块, errorcode 模块
errors.custom_error_exception() 函数, errors.custom_error_exception() 函数
errors.DatabaseError 异常, errors.DatabaseError 异常
errors.DataError 异常, errors.DataError 异常
errors.Error 异常, errors.Error 异常
errors.IntegrityError 异常, errors.IntegrityError 异常
errors.InterfaceError 异常, errors.InterfaceError 异常
errors.InternalError 异常, errors.InternalError 异常
errors.NotSupportedError 异常, errors.NotSupportedError 异常
errors.OperationalError 异常, errors.OperationalError 异常
errors.PoolError 异常,errors.PoolError 异常
errors.ProgrammingError 异常,errors.ProgrammingError 异常
errors.Warning 异常,errors.Warning 异常
异常
errors.DatabaseError,errors.DatabaseError 异常
errors.DataError,errors.DataError 异常
errors.Error,errors.Error 异常
errors.IntegrityError,errors.IntegrityError 异常
errors.InterfaceError,errors.InterfaceError 异常
errors.InternalError,errors.InternalError 异常
errors.NotSupportedError,errors.NotSupportedError 异常
errors.OperationalError,errors.OperationalError 异常
errors.PoolError,errors.PoolError 异常
errors.ProgrammingError,errors.ProgrammingError 异常
errors.Warning,errors.Warning 异常

F

[返回索引顶部]
函数
errors.custom_error_exception(),errors.custom_error_exception() 函数

M

[返回索引顶部]
方法
mysql.connector.connect(),mysql.connector.connect() 方法
MySQLConnection.close(),MySQLConnection.close() 方法
MySQLConnection.cmd_change_user(),MySQLConnection.cmd_change_user() 方法
MySQLConnection.cmd_debug(),MySQLConnection.cmd_debug() 方法
MySQLConnection.cmd_init_db(),MySQLConnection.cmd_init_db() 方法
MySQLConnection.cmd_ping(),MySQLConnection.cmd_ping() 方法
MySQLConnection.cmd_process_info(),MySQLConnection.cmd_process_info() 方法
MySQLConnection.cmd_process_kill(),MySQLConnection.cmd_process_kill() 方法
MySQLConnection.cmd_query(),MySQLConnection.cmd_query() 方法
MySQLConnection.cmd_query_iter(),MySQLConnection.cmd_query_iter() 方法
MySQLConnection.cmd_quit(),MySQLConnection.cmd_quit() 方法
MySQLConnection.cmd_refresh(),MySQLConnection.cmd_refresh() 方法
MySQLConnection.cmd_reset_connection(),MySQLConnection.cmd_reset_connection() 方法
MySQLConnection.cmd_shutdown(),MySQLConnection.cmd_shutdown() 方法
MySQLConnection.cmd_statistics(),MySQLConnection.cmd_statistics() 方法
MySQLConnection.commit(),MySQLConnection.commit() 方法
MySQLConnection.config(),MySQLConnection.config() 方法
MySQLConnection.connect(),MySQLConnection.connect() 方法
MySQLConnection.cursor(),MySQLConnection.cursor() 方法
MySQLConnection.disconnect(),MySQLConnection.disconnect() 方法
MySQLConnection.get_row(),MySQLConnection.get_row() 方法
MySQLConnection.get_rows(),MySQLConnection.get_rows() 方法
MySQLConnection.get_server_info(),MySQLConnection.get_server_info() 方法
MySQLConnection.get_server_version(),MySQLConnection.get_server_version() 方法
MySQLConnection.isset_client_flag(),MySQLConnection.isset_client_flag() 方法
MySQLConnection.is_connected(),MySQLConnection.is_connected() 方法
MySQLConnection.ping(),MySQLConnection.ping() 方法
MySQLConnection.reconnect(),MySQLConnection.reconnect() 方法
MySQLConnection.reset_session(),MySQLConnection.reset_session() 方法
MySQLConnection.rollback(),MySQLConnection.rollback() 方法
MySQLConnection.set_charset_collation(),MySQLConnection.set_charset_collation() 方法
MySQLConnection.set_client_flags(),MySQLConnection.set_client_flags() 方法
MySQLConnection.shutdown(),MySQLConnection.shutdown() 方法
MySQLConnection.start_transaction(),MySQLConnection.start_transaction() 方法
MySQLConnectionPool.add_connection(),MySQLConnectionPool.add_connection() 方法
MySQLConnectionPool.get_connection(),MySQLConnectionPool.get_connection() 方法
MySQLConnectionPool.set_config(),MySQLConnectionPool.set_config() 方法
MySQLCursor.add_attribute(),MySQLCursor.add_attribute() 方法
MySQLCursor.callproc(),MySQLCursor.callproc() 方法
MySQLCursor.clear_attributes(),MySQLCursor.clear_attributes() 方法
MySQLCursor.close(),MySQLCursor.close() 方法
MySQLCursor.execute(),MySQLCursor.execute() 方法
MySQLCursor.executemany(),MySQLCursor.executemany() 方法
MySQLCursor.fetchall(),MySQLCursor.fetchall() 方法
MySQLCursor.fetchmany(),MySQLCursor.fetchmany() 方法
MySQLCursor.fetchone(),MySQLCursor.fetchone() 方法
MySQLCursor.fetchwarnings(),MySQLCursor.fetchwarnings() 方法
MySQLCursor.get_attributes(),MySQLCursor.get_attributes() 方法
MySQLCursor.stored_results(),MySQLCursor.stored_results() 方法
PooledMySQLConnection.close(),PooledMySQLConnection.close() 方法
PooledMySQLConnection.config(),PooledMySQLConnection.config() 方法
_mysql_connector.MySQL.affected_rows(),_mysql_connector.MySQL.affected_rows() 方法
_mysql_connector.MySQL.autocommit(),_mysql_connector.MySQL.autocommit() 方法
_mysql_connector.MySQL.buffered(),_mysql_connector.MySQL.buffered() 方法
_mysql_connector.MySQL.change_user(),_mysql_connector.MySQL.change_user() 方法
_mysql_connector.MySQL.character_set_name(),_mysql_connector.MySQL.character_set_name() 方法
_mysql_connector.MySQL.close(),_mysql_connector.MySQL.close() 方法
_mysql_connector.MySQL.commit(),_mysql_connector.MySQL.commit() 方法
_mysql_connector.MySQL.connect(),_mysql_connector.MySQL.connect() 方法
_mysql_connector.MySQL.connected(),_mysql_connector.MySQL.connected() 方法
_mysql_connector.MySQL.consume_result(),_mysql_connector.MySQL.consume_result() 方法
_mysql_connector.MySQL.convert_to_mysql(),_mysql_connector.MySQL.convert_to_mysql() 方法
_mysql_connector.MySQL.escape_string(),_mysql_connector.MySQL.escape_string() 方法
_mysql_connector.MySQL.fetch_fields(),_mysql_connector.MySQL.fetch_fields() 方法
_mysql_connector.MySQL.fetch_row(),_mysql_connector.MySQL.fetch_row() 方法
_mysql_connector.MySQL.field_count(),_mysql_connector.MySQL.field_count() 方法
_mysql_connector.MySQL.free_result(),_mysql_connector.MySQL.free_result() 方法
_mysql_connector.MySQL.get_character_set_info(),_mysql_connector.MySQL.get_character_set_info() 方法
_mysql_connector.MySQL.get_client_info(),_mysql_connector.MySQL.get_client_info() 方法
_mysql_connector.MySQL.get_client_version(),_mysql_connector.MySQL.get_client_version() 方法
_mysql_connector.MySQL.get_host_info(),_mysql_connector.MySQL.get_host_info() 方法
_mysql_connector.MySQL.get_proto_info(),_mysql_connector.MySQL.get_proto_info() 方法
_mysql_connector.MySQL.get_server_info(),_mysql_connector.MySQL.get_server_info() 方法
_mysql_connector.MySQL.get_server_version(),_mysql_connector.MySQL.get_server_version() 方法
_mysql_connector.MySQL.get_ssl_cipher(),_mysql_connector.MySQL.get_ssl_cipher() 方法
_mysql_connector.MySQL.hex_string(),_mysql_connector.MySQL.hex_string() 方法
_mysql_connector.MySQL.insert_id(),_mysql_connector.MySQL.insert_id() 方法
_mysql_connector.MySQL.more_results(),_mysql_connector.MySQL.more_results() 方法
_mysql_connector.MySQL.next_result(),_mysql_connector.MySQL.next_result() 方法
_mysql_connector.MySQL.num_fields(),_mysql_connector.MySQL.num_fields() 方法
_mysql_connector.MySQL.num_rows(),_mysql_connector.MySQL.num_rows() 方法
_mysql_connector.MySQL.ping(),_mysql_connector.MySQL.ping() 方法
_mysql_connector.MySQL.query(),_mysql_connector.MySQL.query() 方法
_mysql_connector.MySQL.raw(),_mysql_connector.MySQL.raw() 方法
_mysql_connector.MySQL.refresh(),_mysql_connector.MySQL.refresh() 方法
_mysql_connector.MySQL.reset_connection(),_mysql_connector.MySQL.reset_connection() 方法
_mysql_connector.MySQL.rollback(),_mysql_connector.MySQL.rollback() 方法
_mysql_connector.MySQL.select_db(),_mysql_connector.MySQL.select_db() 方法
_mysql_connector.MySQL.set_character_set(),_mysql_connector.MySQL.set_character_set() 方法
_mysql_connector.MySQL.shutdown(),_mysql_connector.MySQL.shutdown() 方法
_mysql_connector.MySQL.stat(),_mysql_connector.MySQL.stat() 方法
_mysql_connector.MySQL.thread_id(),_mysql_connector.MySQL.thread_id() 方法
_mysql_connector.MySQL.use_unicode(),_mysql_connector.MySQL.use_unicode() 方法
_mysql_connector.MySQL.warning_count(),_mysql_connector.MySQL.warning_count() 方法
模块
errorcode,errorcode 模块
mysql.connector,mysql.connector 模块
_mysql_connector,_mysql_connector 模块
mysql.connector 模块,mysql.connector 模块
mysql.connector.apilevel 属性,mysql.connector.apilevel 属性
mysql.connector.connect() 方法,mysql.connector.connect() 方法
mysql.connector.paramstyle 属性,mysql.connector.paramstyle 属性
mysql.connector.threadsafety 属性,mysql.connector.threadsafety 属性
mysql.connector.__version_info__ 属性,mysql.connector.__version_info__ 属性
mysql.connector.__version__ 属性,mysql.connector.__version__ 属性
MySQLConnection.autocommit 属性,MySQLConnection.autocommit 属性
MySQLConnection.can_consume_results 属性,MySQLConnection.can_consume_results 属性
MySQLConnection.charset 属性,MySQLConnection.charset 属性
MySQLConnection.close() 方法,MySQLConnection.close() 方法
MySQLConnection.cmd_change_user() 方法,MySQLConnection.cmd_change_user() 方法
MySQLConnection.cmd_debug() 方法,MySQLConnection.cmd_debug() 方法
MySQLConnection.cmd_init_db() 方法,MySQLConnection.cmd_init_db() 方法
MySQLConnection.cmd_ping() 方法,MySQLConnection.cmd_ping() 方法
MySQLConnection.cmd_process_info() 方法,MySQLConnection.cmd_process_info() 方法
MySQLConnection.cmd_process_kill() 方法,MySQLConnection.cmd_process_kill() 方法
MySQLConnection.cmd_query() 方法,MySQLConnection.cmd_query() 方法
MySQLConnection.cmd_query_iter() 方法,MySQLConnection.cmd_query_iter() 方法
MySQLConnection.cmd_quit() 方法,MySQLConnection.cmd_quit() 方法
MySQLConnection.cmd_refresh() 方法,MySQLConnection.cmd_refresh() 方法
MySQLConnection.cmd_reset_connection() 方法,MySQLConnection.cmd_reset_connection() 方法
MySQLConnection.cmd_shutdown() 方法,MySQLConnection.cmd_shutdown() 方法
MySQLConnection.cmd_statistics() 方法,MySQLConnection.cmd_statistics() 方法
MySQLConnection.collation 属性,MySQLConnection.collation 属性
MySQLConnection.commit() 方法,MySQLConnection.commit() 方法
MySQLConnection.config() 方法,MySQLConnection.config() 方法
MySQLConnection.connect() 方法,MySQLConnection.connect() 方法
MySQLConnection.connection_id 属性,MySQLConnection.connection_id 属性
MySQLConnection.cursor() 方法,MySQLConnection.cursor() 方法
MySQLConnection.database 属性,MySQLConnection.database 属性
MySQLConnection.disconnect() 方法,MySQLConnection.disconnect() 方法
MySQLConnection.get_row() 方法,MySQLConnection.get_row() 方法
MySQLConnection.get_rows() 方法,MySQLConnection.get_rows() 方法
MySQLConnection.get_server_info() 方法,MySQLConnection.get_server_info() 方法
MySQLConnection.get_server_version() 方法,MySQLConnection.get_server_version() 方法
MySQLConnection.get_warnings 属性,MySQLConnection.get_warnings 属性
MySQLConnection.in_transaction 属性,MySQLConnection.in_transaction 属性
MySQLConnection.isset_client_flag() 方法,MySQLConnection.isset_client_flag() 方法
MySQLConnection.is_connected() 方法,MySQLConnection.is_connected() 方法
MySQLConnection.ping() 方法,MySQLConnection.ping() 方法
MySQLConnection.raise_on_warnings 属性,MySQLConnection.raise_on_warnings 属性
MySQLConnection.reconnect() 方法,MySQLConnection.reconnect() 方法
MySQLConnection.reset_session() 方法,MySQLConnection.reset_session() 方法
MySQLConnection.rollback() 方法,MySQLConnection.rollback() 方法
MySQLConnection.server_host 属性,MySQLConnection.server_host 属性
MySQLConnection.server_port 属性,MySQLConnection.server_port 属性
MySQLConnection.set_charset_collation() 方法,MySQLConnection.set_charset_collation() 方法
MySQLConnection.set_client_flags() 方法,MySQLConnection.set_client_flags() 方法
MySQLConnection.shutdown() 方法,MySQLConnection.shutdown() 方法
MySQLConnection.sql_mode 属性,MySQLConnection.sql_mode 属性
MySQLConnection.start_transaction() 方法,MySQLConnection.start_transaction() 方法
MySQLConnection.time_zone 属性,MySQLConnection.time_zone 属性
MySQLConnection.unix_socket 属性,MySQLConnection.unix_socket 属性
MySQLConnection.unread_results 属性,MySQLConnection.unread_results 属性
MySQLConnection.user 属性,MySQLConnection.user 属性
MySQLConnectionPool.add_connection() 方法,MySQLConnectionPool.add_connection() 方法
MySQLConnectionPool.get_connection() 方法,MySQLConnectionPool.get_connection() 方法
MySQLConnectionPool.pool_name 属性,MySQLConnectionPool.pool_name 属性
MySQLConnectionPool.set_config() 方法,MySQLConnectionPool.set_config() 方法
MySQLCursor.add_attribute() 方法,MySQLCursor.add_attribute() 方法
MySQLCursor.callproc() 方法,MySQLCursor.callproc() 方法
MySQLCursor.clear_attributes() 方法,MySQLCursor.clear_attributes() 方法
MySQLCursor.close() 方法,MySQLCursor.close() 方法
MySQLCursor.column_names 属性,MySQLCursor.column_names 属性
MySQLCursor.description 属性,MySQLCursor.description 属性
MySQLCursor.execute() 方法,MySQLCursor.execute() 方法
MySQLCursor.executemany() 方法,MySQLCursor.executemany() 方法
MySQLCursor.fetchall() 方法,MySQLCursor.fetchall() 方法
MySQLCursor.fetchmany() 方法,MySQLCursor.fetchmany() 方法
MySQLCursor.fetchone() 方法,MySQLCursor.fetchone() 方法
MySQLCursor.fetchwarnings() 方法,MySQLCursor.fetchwarnings() 方法
MySQLCursor.get_attributes() 方法,MySQLCursor.get_attributes() 方法
MySQLCursor.lastrowid 属性,MySQLCursor.lastrowid 属性
MySQLCursor.rowcount 属性,MySQLCursor.rowcount 属性
MySQLCursor.statement 属性,MySQLCursor.statement 属性
MySQLCursor.stored_results() 方法,MySQLCursor.stored_results() 方法
MySQLCursor.with_rows 属性,MySQLCursor.with_rows 属性

P

[返回索引顶部]
PEP 249,MySQL Connector/Python 简介
PooledMySQLConnection.close() 方法,PooledMySQLConnection.close() 方法
PooledMySQLConnection.config() 方法,PooledMySQLConnection.config() 方法
PooledMySQLConnection.pool_name 属性,PooledMySQLConnection.pool_name 属性
pooling.MySQLConnectionPool 类,pooling.MySQLConnectionPool 类
pooling.MySQLConnectionPool 构造函数,pooling.MySQLConnectionPool 构造函数
pooling.PooledMySQLConnection 类,pooling.PooledMySQLConnection 类
pooling.PooledMySQLConnection 构造函数,pooling.PooledMySQLConnection 构造函数
预处理语句, cursor.MySQLCursorPrepared 类
属性
mysql.connector.apilevel,mysql.connector.apilevel 属性
mysql.connector.paramstyle,mysql.connector.paramstyle 属性
mysql.connector.threadsafety,mysql.connector.threadsafety 属性
mysql.connector.__version_info__,mysql.connector.__version_info__ 属性
mysql.connector.__version__,mysql.connector.__version__ 属性
MySQLConnection.autocommit,MySQLConnection.autocommit 属性
MySQLConnection.can_consume_results,MySQLConnection.can_consume_results 属性
MySQLConnection.charset,MySQLConnection.charset 属性
MySQLConnection.collation,MySQLConnection.collation 属性
MySQLConnection.connection_id,MySQLConnection.connection_id 属性
MySQLConnection.database,MySQLConnection.database 属性
MySQLConnection.get_warnings,MySQLConnection.get_warnings 属性
MySQLConnection.in_transaction,MySQLConnection.in_transaction 属性
MySQLConnection.raise_on_warnings,MySQLConnection.raise_on_warnings 属性
MySQLConnection.server_host,MySQLConnection.server_host 属性
MySQLConnection.server_port,MySQLConnection.server_port 属性
MySQLConnection.sql_mode,MySQLConnection.sql_mode 属性
MySQLConnection.time_zone,MySQLConnection.time_zone 属性
MySQLConnection.unix_socket,MySQLConnection.unix_socket 属性
MySQLConnection.unread_results,MySQLConnection.unread_results 属性
MySQLConnection.user,MySQLConnection.user 属性
MySQLConnectionPool.pool_name,MySQLConnectionPool.pool_name 属性
MySQLCursor.column_names,MySQLCursor.column_names 属性
MySQLCursor.description,MySQLCursor.description 属性
MySQLCursor.lastrowid,MySQLCursor.lastrowid 属性
MySQLCursor.rowcount,MySQLCursor.rowcount 属性
MySQLCursor.statement,MySQLCursor.statement 属性
MySQLCursor.with_rows,MySQLCursor.with_rows 属性
PooledMySQLConnection.pool_name,PooledMySQLConnection.pool_name 属性
_mysql_connector.MySQL.have_result_set,_mysql_connector.MySQL.have_result_set 属性
Python,MySQL Connector/Python 简介
Python 数据库 API 规范 v2.0 (PEP 249),MySQL Connector/Python 简介

S

[返回索引顶部]
子类 cursor.mysqlcursor,子类 cursor.MySQLCursor