Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mysql/mysql-connector-python
/ functions
Functions
5,006 in github.com/mysql/mysql-connector-python
⨍
Functions
5,006
◇
Types & classes
734
↳
Endpoints
17
Method
pool_name
Returns the name of the connection pool.
mysql-connector-python/lib/mysql/connector/pooling.py:494
Method
pool_name
Returns the name of the connection pool to which the connection belongs.
mysql-connector-python/lib/mysql/connector/aio/pooling.py:396
Method
pool_name
Returns the name of the connection pool.
mysql-connector-python/lib/mysql/connector/aio/pooling.py:485
Method
pool_size
Returns number of connections managed by the pool.
mysql-connector-python/lib/mysql/connector/pooling.py:499
Method
pool_size
Returns number of connections managed by the pool.
mysql-connector-python/lib/mysql/connector/aio/pooling.py:490
Method
port
Return TCP/IP port of the server
mysqlx-connector-python/tests/mysqld.py:629
Method
port
Return TCP/IP port of the server
mysql-connector-python/tests/mysqld.py:629
Method
prepare_default
Implement the required abstract method. MySQL has requires_literal_defaults=False, therefore return the value.
mysql-connector-python/lib/mysql/connector/django/schema.py:54
Method
prepared
bool: `True` if this statement has been prepared.
mysqlx-connector-python/lib/mysqlx/statement.py:207
Function
print_buffer
Debug function printing output of _digest_buffer()
mysql-connector-python/lib/mysql/connector/utils.py:370
Function
print_buffer
Helper function printing a string as hexadecimal. */
mysql-connector-python/src/mysql_capi.c:106
Function
printmsg
(msg=None)
mysqlx-connector-python/tests/__init__.py:578
Function
printmsg
(msg=None)
mysql-connector-python/tests/__init__.py:940
Method
process_col
(elem: Any)
mysql-connector-python/lib/mysql/ai/ml/model.py:191
Method
prompt_up
Prompt message for the user interaction with the FIDO device.
mysql-connector-python/lib/mysql/connector/aio/plugins/authentication_webauthn_client.py:74
Method
prompt_up
Prompt message for the user interaction with the FIDO device.
mysql-connector-python/lib/mysql/connector/plugins/authentication_webauthn_client.py:73
Function
python_cast<bool>
mysqlx-connector-python/src/mysqlxpb/python_cast.h:111
Function
python_cast<double>
mysqlx-connector-python/src/mysqlxpb/python_cast.h:67
Function
python_cast<float>
mysqlx-connector-python/src/mysqlxpb/python_cast.h:75
Method
python_charset
Returns the Python character set for current connection. This property returns the character set name of the current connection. Note
mysql-connector-python/lib/mysql/connector/abstracts.py:1364
Method
python_charset
Return the Python character set for current connection. This property returns the character set name of the current connection. Note
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:1170
Method
query_attrs
Returns query attributes list.
mysql-connector-python/lib/mysql/connector/abstracts.py:301
Method
query_attrs
Returns query attributes list.
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:926
Method
quote
Quote buffer for sending to MySQL
mysql-connector-python/lib/mysql/connector/conversion.py:157
Function
quote_multipart_identifier
Quote the given multi-part identifier with backticks. Args: identifiers (iterable): List of identifiers to quote. sql_mode (Optio
mysqlx-connector-python/lib/mysqlx/statement.py:111
Method
quote_value
Quote value.
mysql-connector-python/lib/mysql/connector/django/schema.py:44
Method
raise_on_warnings
Gets whether this connection raises an error on warnings. This method returns whether this connection will raise errors when MySQL re
mysql-connector-python/lib/mysql/connector/abstracts.py:1250
Method
raise_on_warnings
Get whether this connection raises an error on warnings. This method returns whether this connection will raise errors when MySQL rep
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:1062
Method
raise_socket_error
(self, err=errno.EPERM)
mysqlx-connector-python/tests/mysqld.py:877
Method
raise_socket_error
(self, err=errno.EPERM)
mysqlx-connector-python/tests/__init__.py:147
Method
raise_socket_error
(self, err=errno.EPERM)
mysql-connector-python/tests/mysqld.py:877
Method
read
Get the next available packet from the MySQL server. Args: sock: Object holding the socket connection. address: Socke
mysql-connector-python/lib/mysql/connector/aio/network.py:138
Method
read
Receive `one` packet from the MySQL server.
mysql-connector-python/lib/mysql/connector/aio/network.py:280
Method
read
Receive `one` or `several` packets from the MySQL server, enqueue them, and return the packet at the head.
mysql-connector-python/lib/mysql/connector/aio/network.py:493
Method
read
(self)
mysql-connector-python/tests/test_aio_connection.py:775
Function
read_lc_int
Takes a buffer and reads an length code string from the start. Returns a tuple with buffer less the integer and the integer read.
mysql-connector-python/lib/mysql/connector/utils.py:337
Function
read_lc_string
Takes a buffer and reads a length coded string from the start. This is how Length coded strings work If the string is 250 bytes long or
mysql-connector-python/lib/mysql/connector/utils.py:210
Method
read_packet
Read a MySQL packet from the socket. :return: Tuple with type and payload of packet. :rtype: tuple
mysqlx-connector-python/tests/mysqld.py:842
Method
read_packet
Read a MySQL packet from the socket. :return: Tuple with type and payload of packet. :rtype: tuple
mysql-connector-python/tests/mysqld.py:842
Method
read_row
Read row. Args: result (:class:`mysqlx.RowResult`): The result object.
mysqlx-connector-python/lib/mysqlx/connection.py:1309
Function
read_string
Reads a string up until a character or for a given size. Returns a tuple (trucated buffer, string).
mysql-connector-python/lib/mysql/connector/utils.py:303
Method
read_timeout
(self)
mysql-connector-python/lib/mysql/connector/cursor_cext.py:178
Method
read_timeout
(self)
mysql-connector-python/lib/mysql/connector/connection_cext.py:224
Method
read_timeout
Gets the connection context's timeout in seconds for each attempt to read any data from the server. `read_timeout` is number
mysql-connector-python/lib/mysql/connector/abstracts.py:1447
Method
read_timeout
Gets the cursor context's timeout in seconds for each attempt to read any data from the server. `read_timeout` is number of
mysql-connector-python/lib/mysql/connector/abstracts.py:2483
Method
read_timeout
Gets the connection context's timeout in seconds for each attempt to read any data from the server. `read_timeout` is number
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:791
Method
read_timeout
Gets the cursor context's timeout in seconds for each attempt to read any data from the server. `read_timeout` is number of
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:2100
Method
recv
Get the next available packet from the MySQL server. Args: sock: Object holding the socket connection. address: Socke
mysql-connector-python/lib/mysql/connector/network.py:134
Method
recv
Receive `one` packet from the MySQL server.
mysql-connector-python/lib/mysql/connector/network.py:231
Method
recv
Receive `one` or `several` packets from the MySQL server, enqueue them, and return the packet at the head.
mysql-connector-python/lib/mysql/connector/network.py:411
Method
recv
(self)
mysql-connector-python/tests/test_connection.py:828
Method
recv_into
(self, buffer_, nbytes=0, flags=0)
mysqlx-connector-python/tests/__init__.py:157
Method
regex_lookup
Return the string to use in a query when performing regular expression lookup.
mysql-connector-python/lib/mysql/connector/django/operations.py:55
Method
remaining
Returns number of parameters remaining to be substituted
mysql-connector-python/lib/mysql/connector/cursor_cext.py:118
Method
remaining
Returns number of parameters remaining to be substituted
mysql-connector-python/lib/mysql/connector/cursor.py:139
Method
remaining
Return the number of parameters remaining to be substituted.
mysql-connector-python/lib/mysql/connector/aio/cursor.py:110
Method
remove_attribute
Removes a query attribute by name from the connector's query attributes list. If no match, `None` is returned, else the corresponding value i
mysql-connector-python/lib/mysql/connector/abstracts.py:3165
Method
remove_attribute
Removes a query attribute by name from the connector's query attributes. If no match, `None` is returned, else the corresponding value is ret
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:2675
Method
remove_comments
Remove comments from INSERT statements. This function is used while removing comments from INSERT statements. If the matched
mysql-connector-python/lib/mysql/connector/cursor_cext.py:375
Method
remove_comments
Remove comments from INSERT statements. This function is used while removing comments from INSERT statements. If the matched
mysql-connector-python/lib/mysql/connector/cursor.py:430
Method
remove_comments
Remove comments from INSERT statements. This function is used while removing comments from INSERT statements. If the matched
mysql-connector-python/lib/mysql/connector/aio/cursor.py:433
Function
remove_metadata_files
Remove files copied by `copy_metadata_files()`
mysqlx-connector-python/setup.py:232
Function
remove_metadata_files
Remove files copied by `copy_metadata_files()`
mysql-connector-python/setup.py:226
Method
repeated
bool: `True` if this statement was executed more than once.
mysqlx-connector-python/lib/mysqlx/statement.py:216
Function
replace
Replace pattern.
mysql-connector-python/lib/mysql/connector/cursor.py:157
Function
replace
Replace pattern.
mysql-connector-python/lib/mysql/connector/aio/cursor.py:128
Method
requires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/aio/plugins/mysql_native_password.py:76
Method
requires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/aio/plugins/authentication_openid_connect_client.py:57
Method
requires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/aio/plugins/authentication_webauthn_client.py:95
Method
requires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/aio/plugins/authentication_ldap_sasl_client.py:505
Method
requires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/aio/plugins/__init__.py:69
Method
requires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/aio/plugins/authentication_oci_client.py:184
Method
requires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/aio/plugins/mysql_clear_password.py:61
Method
requires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/aio/plugins/sha256_password.py:65
Method
requires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/aio/plugins/authentication_kerberos_client.py:83
Method
requires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/aio/plugins/caching_sha2_password.py:84
Method
requires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/plugins/mysql_native_password.py:75
Method
requires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/plugins/authentication_openid_connect_client.py:58
Method
requires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/plugins/authentication_webauthn_client.py:94
Method
requires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/plugins/authentication_ldap_sasl_client.py:505
Method
requires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/plugins/__init__.py:67
Method
requires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/plugins/authentication_oci_client.py:184
Method
requires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/plugins/mysql_clear_password.py:60
Method
requires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/plugins/sha256_password.py:64
Method
requires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/plugins/authentication_kerberos_client.py:82
Method
requires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/plugins/caching_sha2_password.py:83
Method
reset
(self)
mysqlx-connector-python/tests/mysqld.py:887
Method
reset
(self, free: bool = True)
mysql-connector-python/lib/mysql/connector/cursor_cext.py:844
Method
reset
Resets the cursor to default
mysql-connector-python/lib/mysql/connector/abstracts.py:3010
Method
reset
Reset the cursor to default.
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:2640
Method
reset
(self)
mysql-connector-python/tests/mysqld.py:887
Method
reset
(self)
mysql-connector-python/tests/__init__.py:260
Method
reset
(self)
mysql-connector-python/tests/test_cursor.py:143
Method
reset_session
Clears the current active session This method resets the session state, if the MySQL server is 5.7.3 or later active session will be
mysql-connector-python/lib/mysql/connector/connection_cext.py:1123
Method
reset_session
Clears the current active session. This method resets the session state, if the MySQL server is 5.7.3 or later active session will be
mysql-connector-python/lib/mysql/connector/abstracts.py:1896
Method
reset_session
Clears the current active session. This method resets the session state, if the MySQL server is 5.7.3 or later active session will be
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:1742
Method
reset_session
Instrument method.
mysql-connector-python/lib/mysql/connector/opentelemetry/instrumentation.py:438
Method
result_set_available
Check if a result set is available
mysql-connector-python/lib/mysql/connector/connection_cext.py:904
Method
rollback
Rollback current transaction
mysql-connector-python/lib/mysql/connector/connection_cext.py:607
Method
rollback
Rollbacks current transaction. Sends a ROLLBACK statement to the MySQL server, undoing all data changes from the current transaction.
mysql-connector-python/lib/mysql/connector/abstracts.py:1805
← previous
next →
2,401–2,500 of 5,006, ranked by callers