MySQL Connector/Python 版本資訊
符號 | 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
- 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.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 例外
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 簡介