跳至主要內容
世界上最受歡迎的開源資料庫
聯絡 MySQL
|
登入
|
註冊
MySQL.com
下載
文件
開發人員專區
開發人員專區
下載
MySQL.com
文件
MySQL 伺服器
MySQL 企業版
Workbench
InnoDB 集群
MySQL NDB 集群
連接器
更多
MySQL.com
下載
開發人員專區
章節選單:
文件首頁
MySQL Connector/Python 開發人員指南
前言與法律聲明
MySQL Connector/Python 簡介
Python 開發人員指南
Connector/Python 版本
Connector/Python 安裝
Connector/Python 編碼範例
Connector/Python 教學
Connector/Python 連線建立
Connector/Python C 擴充功能
Connector/Python 其他主題
Connector/Python API 參考
mysql.connector 模組
mysql.connector.connect() 方法
mysql.connector.apilevel 屬性
mysql.connector.paramstyle 屬性
mysql.connector.threadsafety 屬性
mysql.connector.__version__ 屬性
mysql.connector.__version_info__ 屬性
connection.MySQLConnection 類別
connection.MySQLConnection() 建構函式
MySQLConnection.close() 方法
MySQLConnection.commit() 方法
MySQLConnection.config() 方法
MySQLConnection.connect() 方法
MySQLConnection.cursor() 方法
MySQLConnection.cmd_change_user() 方法
MySQLConnection.cmd_debug() 方法
MySQLConnection.cmd_init_db() 方法
MySQLConnection.cmd_ping() 方法
MySQLConnection.cmd_process_info() 方法
MySQLConnection.cmd_process_kill() 方法
MySQLConnection.cmd_query() 方法
MySQLConnection.cmd_query_iter() 方法
MySQLConnection.cmd_quit() 方法
MySQLConnection.cmd_refresh() 方法
MySQLConnection.cmd_reset_connection() 方法
MySQLConnection.cmd_shutdown() 方法
MySQLConnection.cmd_statistics() 方法
MySQLConnection.disconnect() 方法
MySQLConnection.get_row() 方法
MySQLConnection.get_rows() 方法
MySQLConnection.get_server_info() 方法
MySQLConnection.get_server_version() 方法
MySQLConnection.is_connected() 方法
MySQLConnection.isset_client_flag() 方法
MySQLConnection.ping() 方法
MySQLConnection.reconnect() 方法
MySQLConnection.reset_session() 方法
MySQLConnection.rollback() 方法
MySQLConnection.set_charset_collation() 方法
MySQLConnection.set_client_flags() 方法
MySQLConnection.shutdown() 方法
MySQLConnection.start_transaction() 方法
MySQLConnection.autocommit 屬性
MySQLConnection.unread_results 屬性
MySQLConnection.can_consume_results 屬性
MySQLConnection.charset 屬性
MySQLConnection.collation 屬性
MySQLConnection.connection_id 屬性
MySQLConnection.database 屬性
MySQLConnection.get_warnings 屬性
MySQLConnection.in_transaction 屬性
MySQLConnection.raise_on_warnings 屬性
MySQLConnection.server_host 屬性
MySQLConnection.server_port 屬性
MySQLConnection.sql_mode 屬性
MySQLConnection.time_zone 屬性
MySQLConnection.unix_socket 屬性
MySQLConnection.user 屬性
pooling.MySQLConnectionPool 類別
pooling.MySQLConnectionPool 建構函式
MySQLConnectionPool.add_connection() 方法
MySQLConnectionPool.get_connection() 方法
MySQLConnectionPool.set_config() 方法
MySQLConnectionPool.pool_name 屬性
pooling.PooledMySQLConnection 類別
pooling.PooledMySQLConnection 建構函式
PooledMySQLConnection.close() 方法
PooledMySQLConnection.config() 方法
PooledMySQLConnection.pool_name 屬性
cursor.MySQLCursor 類別
cursor.MySQLCursor 建構函式
MySQLCursor.add_attribute() 方法
MySQLCursor.clear_attributes() 方法
MySQLCursor.get_attributes() 方法
MySQLCursor.callproc() 方法
MySQLCursor.close() 方法
MySQLCursor.execute() 方法
MySQLCursor.executemany() 方法
MySQLCursor.fetchall() 方法
MySQLCursor.fetchmany() 方法
MySQLCursor.fetchone() 方法
MySQLCursor.fetchwarnings() 方法
MySQLCursor.stored_results() 方法
MySQLCursor.column_names 屬性
MySQLCursor.description 屬性
MySQLCursor.lastrowid 屬性
MySQLCursor.rowcount 屬性
MySQLCursor.statement 屬性
MySQLCursor.with_rows 屬性
cursor.MySQLCursor 的子類別
cursor.MySQLCursorBuffered 類別
cursor.MySQLCursorRaw 類別
cursor.MySQLCursorBufferedRaw 類別
cursor.MySQLCursorDict 類別
cursor.MySQLCursorBufferedDict 類別
cursor.MySQLCursorNamedTuple 類別
cursor.MySQLCursorBufferedNamedTuple 類別
cursor.MySQLCursorPrepared 類別
constants.ClientFlag 類別
constants.FieldType 類別
constants.SQLMode 類別
constants.CharacterSet 類別
constants.RefreshOption 類別
錯誤與例外
errorcode 模組
errors.Error 例外
errors.DataError 例外
errors.DatabaseError 例外
errors.IntegrityError 例外
errors.InterfaceError 例外
errors.InternalError 例外
errors.NotSupportedError 例外
errors.OperationalError 例外
errors.PoolError 例外
errors.ProgrammingError 例外
errors.Warning 例外
errors.custom_error_exception() 函式
Connector/Python C 擴充功能 API 參考
索引
相關文件
MySQL Connector/Python 發行說明
下載本手冊
PDF (美式信紙)
- 0.7Mb
PDF (A4)
- 0.7Mb
MySQL Connector/Python 開發人員指南
/
...
/
Connector/Python API 參考
/
錯誤與例外
/
errors.PoolError 例外
10.12.10 errors.PoolError 例外
此例外會在連線集區發生錯誤時引發。
errors.PoolError
是
errors.Error
的子類別。
上一頁
首頁
上一層
下一頁
相關文件
MySQL Connector/Python 發行說明
下載本手冊
PDF (美式信紙)
- 0.7Mb
PDF (A4)
- 0.7Mb