MCPcopy Create free account

hub / github.com/mysql/mysql-connector-python / functions

Functions5,006 in github.com/mysql/mysql-connector-python

Methodinitialize_options
Initialize the options.
mysql-connector-python/cpydist/__init__.py:748
Methodinitialize_options
Initialize the options.
mysql-connector-python/cpydist/bdist.py:90
Methodinitialize_options
Initialize the options.
mysql-connector-python/cpydist/sdist.py:100
Functioninstall_connector
Install Connector/Python in working directory
mysqlx-connector-python/tests/__init__.py:645
Functioninstall_connector
Install Connector/Python in working directory
mysql-connector-python/tests/__init__.py:1007
Methodinstrumentation_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
Functionint2store
Takes an unsigned short (2 bytes) and packs it as a bytes-object. Returns string.
mysql-connector-python/lib/mysql/connector/utils.py:112
Methodint32>
mysqlx-connector-python/src/mysqlxpb/python_cast.h:83
Functionint3store
Takes an unsigned integer (3 bytes) and packs it as a bytes-object. Returns string.
mysql-connector-python/lib/mysql/connector/utils.py:123
Methodint64>
mysqlx-connector-python/src/mysqlxpb/python_cast.h:90
Functionint8store
Takes an unsigned integer (8 bytes) and packs it as string. Returns string.
mysql-connector-python/lib/mysql/connector/utils.py:145
Functionintstore
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
Methodis_binary
(cls, col_type: int)
mysqlx-connector-python/lib/mysqlx/result.py:294
Methodis_bytes
Returns `True` if is bytes. Returns: bool: Returns `True` if is bytes.
mysqlx-connector-python/lib/mysqlx/result.py:793
Methodis_c_style
(b_str: bytes, b_char: int)
mysql-connector-python/lib/mysql/connector/_scripting.py:168
Methodis_char
(cls, col_type: int)
mysqlx-connector-python/lib/mysqlx/result.py:287
Methodis_connected
Instrument method.
mysql-connector-python/lib/mysql/connector/opentelemetry/instrumentation.py:433
Methodis_dash_style
(b_str: bytes, b_char: int)
mysql-connector-python/lib/mysql/connector/_scripting.py:159
Methodis_decimals
(cls, col_type: int)
mysqlx-connector-python/lib/mysqlx/result.py:310
Methodis_finite_set
(cls, col_type: int)
mysqlx-connector-python/lib/mysqlx/result.py:331
Methodis_hash_style
(b_str: bytes)
mysql-connector-python/lib/mysql/connector/_scripting.py:165
Functionis_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
Methodis_numeric
(cls, col_type: int)
mysqlx-connector-python/lib/mysqlx/result.py:320
Methodis_open
Verifies if connection is open. Returns: bool: Returns `True` if connection is open.
mysqlx-connector-python/lib/mysqlx/connection.py:472
Functionis_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
Functionis_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
Methodis_secure
Returns `True` if is a secure connection.
mysql-connector-python/lib/mysql/connector/abstracts.py:289
Methodis_secure
Return True if is a secure connection.
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:921
Methodis_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
Methodis_ssl
Verifies if SSL is being used. Returns: bool: Returns `True` if SSL is being used.
mysqlx-connector-python/lib/mysqlx/connection.py:448
Methodis_text
(cls, col_type: int)
mysqlx-connector-python/lib/mysqlx/result.py:301
Methodis_usable
(self)
mysql-connector-python/lib/mysql/connector/django/base.py:525
Methodisset_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
Methodkill
Kill query using separate connection
mysql-connector-python/tests/test_bugs.py:4147
Methodlastrowid
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
Methodlastrowid
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
Methodlength
int. The column length. .. versionadded:: 8.0.12
mysqlx-connector-python/lib/mysqlx/result.py:658
Methodlicense
Returns the MySQL server license type Returns a tuple.
mysqlx-connector-python/tests/mysqld.py:321
Methodlicense
Returns the MySQL server license type Returns a tuple.
mysql-connector-python/tests/mysqld.py:321
Methodlock_contention
:class:`mysqlx.LockContention`: The lock contention value.
mysqlx-connector-python/lib/mysqlx/statement.py:1000
Methodlog_message
(self, format: str, *args: Any)
mysql-connector-python/tests/otel/collector.py:144
Methodloop
Return the event loop.
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:916
Methodmake_release_tree
Make the release tree.
mysqlx-connector-python/cpydist/sdist.py:127
Methodmake_release_tree
Make the release tree.
mysql-connector-python/cpydist/sdist.py:127
Methodmore_results
Check if there are more results
mysql-connector-python/lib/mysql/connector/connection_cext.py:917
Methodmul_div_expr
(self)
mysqlx-connector-python/lib/mysqlx/expr.py:1169
Methodmy_callback
()
mysql-connector-python/tests/test_authentication.py:1347
Methodmy_callback
()
mysql-connector-python/tests/test_aio_authentication.py:1311
Functionmysql_c_api_info
Get MySQL information using mysql_config tool. Returns: dict: Containing MySQL information about libraries.
mysqlx-connector-python/cpydist/utils.py:193
Methodmysql_server_data
Return MySQL server data.
mysql-connector-python/lib/mysql/connector/django/base.py:551
Methodmysql_server_info
Return MySQL version.
mysql-connector-python/lib/mysql/connector/django/base.py:578
Methodmysql_version
Return MySQL version.
mysql-connector-python/lib/mysql/connector/django/base.py:587
Methodmysqlx_unix_socket
(self)
mysqlx-connector-python/tests/mysqld.py:644
Methodmysqlx_unix_socket
(self)
mysql-connector-python/tests/mysqld.py:644
Methodname
Returns the plugin name. Returns: str: The plugin name.
mysqlx-connector-python/lib/mysqlx/authentication.py:61
Methodname
Returns the plugin name. Returns: str: The plugin name.
mysqlx-connector-python/lib/mysqlx/authentication.py:81
Methodname
Returns the plugin name. Returns: str: The plugin name.
mysqlx-connector-python/lib/mysqlx/authentication.py:122
Methodname
Returns the plugin name. Returns: str: The plugin name.
mysqlx-connector-python/lib/mysqlx/authentication.py:150
Methodname
str: The name of this database object.
mysqlx-connector-python/lib/mysqlx/crud.py:103
Methodname
Plugin official name.
mysql-connector-python/lib/mysql/connector/aio/plugins/mysql_native_password.py:71
Methodname
Plugin official name.
mysql-connector-python/lib/mysql/connector/aio/plugins/authentication_openid_connect_client.py:52
Methodname
Plugin official name.
mysql-connector-python/lib/mysql/connector/aio/plugins/authentication_webauthn_client.py:90
Methodname
Plugin official name.
mysql-connector-python/lib/mysql/connector/aio/plugins/authentication_ldap_sasl_client.py:500
Methodname
Plugin official name.
mysql-connector-python/lib/mysql/connector/aio/plugins/__init__.py:74
Methodname
Plugin official name.
mysql-connector-python/lib/mysql/connector/aio/plugins/authentication_oci_client.py:179
Methodname
Plugin official name.
mysql-connector-python/lib/mysql/connector/aio/plugins/mysql_clear_password.py:56
Methodname
Plugin official name.
mysql-connector-python/lib/mysql/connector/aio/plugins/sha256_password.py:60
Methodname
Plugin official name.
mysql-connector-python/lib/mysql/connector/aio/plugins/authentication_kerberos_client.py:78
Methodname
Plugin official name.
mysql-connector-python/lib/mysql/connector/aio/plugins/caching_sha2_password.py:79
Methodname
Plugin official name.
mysql-connector-python/lib/mysql/connector/plugins/mysql_native_password.py:70
Methodname
Plugin official name.
mysql-connector-python/lib/mysql/connector/plugins/authentication_openid_connect_client.py:53
Methodname
Plugin official name.
mysql-connector-python/lib/mysql/connector/plugins/authentication_webauthn_client.py:89
Methodname
Plugin official name.
mysql-connector-python/lib/mysql/connector/plugins/authentication_ldap_sasl_client.py:500
Methodname
Plugin official name.
mysql-connector-python/lib/mysql/connector/plugins/__init__.py:72
Methodname
Plugin official name.
mysql-connector-python/lib/mysql/connector/plugins/authentication_oci_client.py:179
Methodname
Plugin official name.
mysql-connector-python/lib/mysql/connector/plugins/mysql_clear_password.py:55
Methodname
Plugin official name.
mysql-connector-python/lib/mysql/connector/plugins/sha256_password.py:59
Methodname
Plugin official name.
mysql-connector-python/lib/mysql/connector/plugins/authentication_kerberos_client.py:77
Methodname
Plugin official name.
mysql-connector-python/lib/mysql/connector/plugins/caching_sha2_password.py:78
Methodname
Returns the name of this MySQL server
mysql-connector-python/tests/mysqld.py:624
Methodnext_token_type_in
(self, *types: int)
mysqlx-connector-python/lib/mysqlx/expr.py:674
Methodnextset
(self)
mysql-connector-python/lib/mysql/connector/aio/cursor.py:772
Functionnormalize_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
Methodopen_connection
(self)
mysql-connector-python/lib/mysql/connector/network.py:695
Methodopen_connection
Open TCP/IP connection.
mysql-connector-python/lib/mysql/connector/aio/network.py:738
Methodopen_connection
Open UNIX socket connection.
mysql-connector-python/lib/mysql/connector/aio/network.py:757
Methodopen_connections
Returns the number of open connections that can return to this pool.
mysqlx-connector-python/lib/mysqlx/connection.py:1583
Methodoperator->
mysqlx-connector-python/src/mysqlxpb/mysqlxpb.cc:67
Methodorder_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
Methodorder_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
Methodparse_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
Functionparse_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
Methodping
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
Methodping
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
Methodping
Instrument method.
mysql-connector-python/lib/mysql/connector/opentelemetry/instrumentation.py:443
Methodplugin_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
Methodplugin_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
Methodpool_config_version
Returns the pool configuration version.
mysql-connector-python/lib/mysql/connector/abstracts.py:550
Methodpool_config_version
Returns the pool configuration version.
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:901
Methodpool_name
Returns the name of the connection pool to which the connection belongs.
mysql-connector-python/lib/mysql/connector/pooling.py:429
← previousnext →2,301–2,400 of 5,006, ranked by callers