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
initialize_options
Initialize the options.
mysql-connector-python/cpydist/__init__.py:748
Method
initialize_options
Initialize the options.
mysql-connector-python/cpydist/bdist.py:90
Method
initialize_options
Initialize the options.
mysql-connector-python/cpydist/sdist.py:100
Function
install_connector
Install Connector/Python in working directory
mysqlx-connector-python/tests/__init__.py:645
Function
install_connector
Install Connector/Python in working directory
mysql-connector-python/tests/__init__.py:1007
Method
instrumentation_dependencies
Return a list of python packages with versions that the will be instrumented (e.g., versions >= 8.1.0).
mysql-connector-python/lib/mysql/connector/opentelemetry/instrumentation.py:586
Function
int2store
Takes an unsigned short (2 bytes) and packs it as a bytes-object. Returns string.
mysql-connector-python/lib/mysql/connector/utils.py:112
Method
int32>
mysqlx-connector-python/src/mysqlxpb/python_cast.h:83
Function
int3store
Takes an unsigned integer (3 bytes) and packs it as a bytes-object. Returns string.
mysql-connector-python/lib/mysql/connector/utils.py:123
Method
int64>
mysqlx-connector-python/src/mysqlxpb/python_cast.h:90
Function
int8store
Takes an unsigned integer (8 bytes) and packs it as string. Returns string.
mysql-connector-python/lib/mysql/connector/utils.py:145
Function
intstore
Takes an unsigned integers and packs it as a bytes-object. This function uses int1store, int2store, int3store, int4store or int8store de
mysql-connector-python/lib/mysql/connector/utils.py:156
Method
is_binary
(cls, col_type: int)
mysqlx-connector-python/lib/mysqlx/result.py:294
Method
is_bytes
Returns `True` if is bytes. Returns: bool: Returns `True` if is bytes.
mysqlx-connector-python/lib/mysqlx/result.py:793
Method
is_c_style
(b_str: bytes, b_char: int)
mysql-connector-python/lib/mysql/connector/_scripting.py:168
Method
is_char
(cls, col_type: int)
mysqlx-connector-python/lib/mysqlx/result.py:287
Method
is_connected
Instrument method.
mysql-connector-python/lib/mysql/connector/opentelemetry/instrumentation.py:433
Method
is_dash_style
(b_str: bytes, b_char: int)
mysql-connector-python/lib/mysql/connector/_scripting.py:159
Method
is_decimals
(cls, col_type: int)
mysqlx-connector-python/lib/mysqlx/result.py:310
Method
is_finite_set
(cls, col_type: int)
mysqlx-connector-python/lib/mysqlx/result.py:331
Method
is_hash_style
(b_str: bytes)
mysql-connector-python/lib/mysql/connector/_scripting.py:165
Function
is_host_reachable
Attempts to reach a host, by using the ping command. Returns True if success else False.
mysql-connector-python/tests/__init__.py:1162
Method
is_numeric
(cls, col_type: int)
mysqlx-connector-python/lib/mysqlx/result.py:320
Method
is_open
Verifies if connection is open. Returns: bool: Returns `True` if connection is open.
mysqlx-connector-python/lib/mysqlx/connection.py:472
Function
is_plugin_available
Check if the plugin name is available. The given plugin must be able to be load in the server and his status must be "active" be mark as avai
mysql-connector-python/tests/__init__.py:1183
Function
is_quoted_identifier
Check if the given identifier is quoted. Args: identifier (string): Identifier to check. sql_mode (Optional[string]): SQL mode.
mysqlx-connector-python/lib/mysqlx/statement.py:74
Method
is_secure
Returns `True` if is a secure connection.
mysql-connector-python/lib/mysql/connector/abstracts.py:289
Method
is_secure
Return True if is a secure connection.
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:921
Method
is_socket_connected
Reports whether the socket is connected. Instead of ping the server like ``is_connected()``, it only checks if the socket connection
mysql-connector-python/lib/mysql/connector/aio/connection.py:687
Method
is_ssl
Verifies if SSL is being used. Returns: bool: Returns `True` if SSL is being used.
mysqlx-connector-python/lib/mysqlx/connection.py:448
Method
is_text
(cls, col_type: int)
mysqlx-connector-python/lib/mysqlx/result.py:301
Method
is_usable
(self)
mysql-connector-python/lib/mysql/connector/django/base.py:525
Method
isset_client_flag
Checks if a client flag is set. Returns: `True` if the client flag was set, `False` otherwise.
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:1273
Method
kill
Kill query using separate connection
mysql-connector-python/tests/test_bugs.py:4147
Method
lastrowid
Returns the value generated for an AUTO_INCREMENT column. Returns the value generated for an AUTO_INCREMENT column by the previous IN
mysql-connector-python/lib/mysql/connector/abstracts.py:3059
Method
lastrowid
Gets the value generated for an AUTO_INCREMENT column by the previous INSERT or UPDATE statement or None when there is no such value available
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:2225
Method
length
int. The column length. .. versionadded:: 8.0.12
mysqlx-connector-python/lib/mysqlx/result.py:658
Method
license
Returns the MySQL server license type Returns a tuple.
mysqlx-connector-python/tests/mysqld.py:321
Method
license
Returns the MySQL server license type Returns a tuple.
mysql-connector-python/tests/mysqld.py:321
Method
lock_contention
:class:`mysqlx.LockContention`: The lock contention value.
mysqlx-connector-python/lib/mysqlx/statement.py:1000
Method
log_message
(self, format: str, *args: Any)
mysql-connector-python/tests/otel/collector.py:144
Method
loop
Return the event loop.
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:916
Method
make_release_tree
Make the release tree.
mysqlx-connector-python/cpydist/sdist.py:127
Method
make_release_tree
Make the release tree.
mysql-connector-python/cpydist/sdist.py:127
Method
more_results
Check if there are more results
mysql-connector-python/lib/mysql/connector/connection_cext.py:917
Method
mul_div_expr
(self)
mysqlx-connector-python/lib/mysqlx/expr.py:1169
Method
my_callback
()
mysql-connector-python/tests/test_authentication.py:1347
Method
my_callback
()
mysql-connector-python/tests/test_aio_authentication.py:1311
Function
mysql_c_api_info
Get MySQL information using mysql_config tool. Returns: dict: Containing MySQL information about libraries.
mysqlx-connector-python/cpydist/utils.py:193
Method
mysql_server_data
Return MySQL server data.
mysql-connector-python/lib/mysql/connector/django/base.py:551
Method
mysql_server_info
Return MySQL version.
mysql-connector-python/lib/mysql/connector/django/base.py:578
Method
mysql_version
Return MySQL version.
mysql-connector-python/lib/mysql/connector/django/base.py:587
Method
mysqlx_unix_socket
(self)
mysqlx-connector-python/tests/mysqld.py:644
Method
mysqlx_unix_socket
(self)
mysql-connector-python/tests/mysqld.py:644
Method
name
Returns the plugin name. Returns: str: The plugin name.
mysqlx-connector-python/lib/mysqlx/authentication.py:61
Method
name
Returns the plugin name. Returns: str: The plugin name.
mysqlx-connector-python/lib/mysqlx/authentication.py:81
Method
name
Returns the plugin name. Returns: str: The plugin name.
mysqlx-connector-python/lib/mysqlx/authentication.py:122
Method
name
Returns the plugin name. Returns: str: The plugin name.
mysqlx-connector-python/lib/mysqlx/authentication.py:150
Method
name
str: The name of this database object.
mysqlx-connector-python/lib/mysqlx/crud.py:103
Method
name
Plugin official name.
mysql-connector-python/lib/mysql/connector/aio/plugins/mysql_native_password.py:71
Method
name
Plugin official name.
mysql-connector-python/lib/mysql/connector/aio/plugins/authentication_openid_connect_client.py:52
Method
name
Plugin official name.
mysql-connector-python/lib/mysql/connector/aio/plugins/authentication_webauthn_client.py:90
Method
name
Plugin official name.
mysql-connector-python/lib/mysql/connector/aio/plugins/authentication_ldap_sasl_client.py:500
Method
name
Plugin official name.
mysql-connector-python/lib/mysql/connector/aio/plugins/__init__.py:74
Method
name
Plugin official name.
mysql-connector-python/lib/mysql/connector/aio/plugins/authentication_oci_client.py:179
Method
name
Plugin official name.
mysql-connector-python/lib/mysql/connector/aio/plugins/mysql_clear_password.py:56
Method
name
Plugin official name.
mysql-connector-python/lib/mysql/connector/aio/plugins/sha256_password.py:60
Method
name
Plugin official name.
mysql-connector-python/lib/mysql/connector/aio/plugins/authentication_kerberos_client.py:78
Method
name
Plugin official name.
mysql-connector-python/lib/mysql/connector/aio/plugins/caching_sha2_password.py:79
Method
name
Plugin official name.
mysql-connector-python/lib/mysql/connector/plugins/mysql_native_password.py:70
Method
name
Plugin official name.
mysql-connector-python/lib/mysql/connector/plugins/authentication_openid_connect_client.py:53
Method
name
Plugin official name.
mysql-connector-python/lib/mysql/connector/plugins/authentication_webauthn_client.py:89
Method
name
Plugin official name.
mysql-connector-python/lib/mysql/connector/plugins/authentication_ldap_sasl_client.py:500
Method
name
Plugin official name.
mysql-connector-python/lib/mysql/connector/plugins/__init__.py:72
Method
name
Plugin official name.
mysql-connector-python/lib/mysql/connector/plugins/authentication_oci_client.py:179
Method
name
Plugin official name.
mysql-connector-python/lib/mysql/connector/plugins/mysql_clear_password.py:55
Method
name
Plugin official name.
mysql-connector-python/lib/mysql/connector/plugins/sha256_password.py:59
Method
name
Plugin official name.
mysql-connector-python/lib/mysql/connector/plugins/authentication_kerberos_client.py:77
Method
name
Plugin official name.
mysql-connector-python/lib/mysql/connector/plugins/caching_sha2_password.py:78
Method
name
Returns the name of this MySQL server
mysql-connector-python/tests/mysqld.py:624
Method
next_token_type_in
(self, *types: int)
mysqlx-connector-python/lib/mysqlx/expr.py:674
Method
nextset
(self)
mysql-connector-python/lib/mysql/connector/aio/cursor.py:772
Function
normalize_unicode_string
normalizes a unicode string according to rfc4013 Normalization of a unicode string according to rfc4013: The SASLprep profile of the "stringp
mysql-connector-python/lib/mysql/connector/utils.py:579
Method
open_connection
(self)
mysql-connector-python/lib/mysql/connector/network.py:695
Method
open_connection
Open TCP/IP connection.
mysql-connector-python/lib/mysql/connector/aio/network.py:738
Method
open_connection
Open UNIX socket connection.
mysql-connector-python/lib/mysql/connector/aio/network.py:757
Method
open_connections
Returns the number of open connections that can return to this pool.
mysqlx-connector-python/lib/mysqlx/connection.py:1583
Method
operator->
mysqlx-connector-python/src/mysqlxpb/mysqlxpb.cc:67
Method
order_by
Sets the order by criteria. Args: *clauses: The expression strings defining the order by criteria. Returns:
mysqlx-connector-python/lib/mysqlx/statement.py:1256
Method
order_by
Sets the order by criteria. Args: *clauses: The expression strings defining the order by criteria. Returns:
mysqlx-connector-python/lib/mysqlx/statement.py:1371
Method
parse_from_server
Creates a new server-side message, initialized with parsed data. Args: msg_type (int): Message type. payload (string)
mysqlx-connector-python/lib/mysqlx/protobuf/__init__.py:569
Function
parse_table_name
Parse table name. Args: default_schema (str): The default schema. table_name (str): The table name. sql_mode(Optional[str
mysqlx-connector-python/lib/mysqlx/statement.py:126
Method
ping
Checks availability of the MySQL server. When reconnect is set to `True`, one or more attempts are made to try to reconnect to the My
mysql-connector-python/lib/mysql/connector/abstracts.py:1700
Method
ping
Check availability of the MySQL server. When reconnect is set to `True`, one or more attempts are made to try to reconnect to the MyS
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:1361
Method
ping
Instrument method.
mysql-connector-python/lib/mysql/connector/opentelemetry/instrumentation.py:443
Method
plugin_config
Custom arguments that are being provided to the authentication plugin when called. The parameters defined here will override the ones defined
mysql-connector-python/lib/mysql/connector/authentication.py:71
Method
plugin_config
Custom arguments that are being provided to the authentication plugin. The parameters defined here will override the ones defined in the
mysql-connector-python/lib/mysql/connector/aio/authentication.py:74
Method
pool_config_version
Returns the pool configuration version.
mysql-connector-python/lib/mysql/connector/abstracts.py:550
Method
pool_config_version
Returns the pool configuration version.
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:901
Method
pool_name
Returns the name of the connection pool to which the connection belongs.
mysql-connector-python/lib/mysql/connector/pooling.py:429
← previous
next →
2,301–2,400 of 5,006, ranked by callers