MCPcopy Create free account

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

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

Methodpool_name
Returns the name of the connection pool.
mysql-connector-python/lib/mysql/connector/pooling.py:494
Methodpool_name
Returns the name of the connection pool to which the connection belongs.
mysql-connector-python/lib/mysql/connector/aio/pooling.py:396
Methodpool_name
Returns the name of the connection pool.
mysql-connector-python/lib/mysql/connector/aio/pooling.py:485
Methodpool_size
Returns number of connections managed by the pool.
mysql-connector-python/lib/mysql/connector/pooling.py:499
Methodpool_size
Returns number of connections managed by the pool.
mysql-connector-python/lib/mysql/connector/aio/pooling.py:490
Methodport
Return TCP/IP port of the server
mysqlx-connector-python/tests/mysqld.py:629
Methodport
Return TCP/IP port of the server
mysql-connector-python/tests/mysqld.py:629
Methodprepare_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
Methodprepared
bool: `True` if this statement has been prepared.
mysqlx-connector-python/lib/mysqlx/statement.py:207
Functionprint_buffer
Debug function printing output of _digest_buffer()
mysql-connector-python/lib/mysql/connector/utils.py:370
Functionprint_buffer
Helper function printing a string as hexadecimal. */
mysql-connector-python/src/mysql_capi.c:106
Functionprintmsg
(msg=None)
mysqlx-connector-python/tests/__init__.py:578
Functionprintmsg
(msg=None)
mysql-connector-python/tests/__init__.py:940
Methodprocess_col
(elem: Any)
mysql-connector-python/lib/mysql/ai/ml/model.py:191
Methodprompt_up
Prompt message for the user interaction with the FIDO device.
mysql-connector-python/lib/mysql/connector/aio/plugins/authentication_webauthn_client.py:74
Methodprompt_up
Prompt message for the user interaction with the FIDO device.
mysql-connector-python/lib/mysql/connector/plugins/authentication_webauthn_client.py:73
Functionpython_cast<bool>
mysqlx-connector-python/src/mysqlxpb/python_cast.h:111
Functionpython_cast<double>
mysqlx-connector-python/src/mysqlxpb/python_cast.h:67
Functionpython_cast<float>
mysqlx-connector-python/src/mysqlxpb/python_cast.h:75
Methodpython_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
Methodpython_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
Methodquery_attrs
Returns query attributes list.
mysql-connector-python/lib/mysql/connector/abstracts.py:301
Methodquery_attrs
Returns query attributes list.
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:926
Methodquote
Quote buffer for sending to MySQL
mysql-connector-python/lib/mysql/connector/conversion.py:157
Functionquote_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
Methodquote_value
Quote value.
mysql-connector-python/lib/mysql/connector/django/schema.py:44
Methodraise_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
Methodraise_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
Methodraise_socket_error
(self, err=errno.EPERM)
mysqlx-connector-python/tests/mysqld.py:877
Methodraise_socket_error
(self, err=errno.EPERM)
mysqlx-connector-python/tests/__init__.py:147
Methodraise_socket_error
(self, err=errno.EPERM)
mysql-connector-python/tests/mysqld.py:877
Methodread
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
Methodread
Receive `one` packet from the MySQL server.
mysql-connector-python/lib/mysql/connector/aio/network.py:280
Methodread
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
Methodread
(self)
mysql-connector-python/tests/test_aio_connection.py:775
Functionread_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
Functionread_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
Methodread_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
Methodread_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
Methodread_row
Read row. Args: result (:class:`mysqlx.RowResult`): The result object.
mysqlx-connector-python/lib/mysqlx/connection.py:1309
Functionread_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
Methodread_timeout
(self)
mysql-connector-python/lib/mysql/connector/cursor_cext.py:178
Methodread_timeout
(self)
mysql-connector-python/lib/mysql/connector/connection_cext.py:224
Methodread_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
Methodread_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
Methodread_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
Methodread_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
Methodrecv
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
Methodrecv
Receive `one` packet from the MySQL server.
mysql-connector-python/lib/mysql/connector/network.py:231
Methodrecv
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
Methodrecv
(self)
mysql-connector-python/tests/test_connection.py:828
Methodrecv_into
(self, buffer_, nbytes=0, flags=0)
mysqlx-connector-python/tests/__init__.py:157
Methodregex_lookup
Return the string to use in a query when performing regular expression lookup.
mysql-connector-python/lib/mysql/connector/django/operations.py:55
Methodremaining
Returns number of parameters remaining to be substituted
mysql-connector-python/lib/mysql/connector/cursor_cext.py:118
Methodremaining
Returns number of parameters remaining to be substituted
mysql-connector-python/lib/mysql/connector/cursor.py:139
Methodremaining
Return the number of parameters remaining to be substituted.
mysql-connector-python/lib/mysql/connector/aio/cursor.py:110
Methodremove_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
Methodremove_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
Methodremove_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
Methodremove_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
Methodremove_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
Functionremove_metadata_files
Remove files copied by `copy_metadata_files()`
mysqlx-connector-python/setup.py:232
Functionremove_metadata_files
Remove files copied by `copy_metadata_files()`
mysql-connector-python/setup.py:226
Methodrepeated
bool: `True` if this statement was executed more than once.
mysqlx-connector-python/lib/mysqlx/statement.py:216
Functionreplace
Replace pattern.
mysql-connector-python/lib/mysql/connector/cursor.py:157
Functionreplace
Replace pattern.
mysql-connector-python/lib/mysql/connector/aio/cursor.py:128
Methodrequires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/aio/plugins/mysql_native_password.py:76
Methodrequires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/aio/plugins/authentication_openid_connect_client.py:57
Methodrequires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/aio/plugins/authentication_webauthn_client.py:95
Methodrequires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/aio/plugins/authentication_ldap_sasl_client.py:505
Methodrequires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/aio/plugins/__init__.py:69
Methodrequires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/aio/plugins/authentication_oci_client.py:184
Methodrequires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/aio/plugins/mysql_clear_password.py:61
Methodrequires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/aio/plugins/sha256_password.py:65
Methodrequires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/aio/plugins/authentication_kerberos_client.py:83
Methodrequires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/aio/plugins/caching_sha2_password.py:84
Methodrequires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/plugins/mysql_native_password.py:75
Methodrequires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/plugins/authentication_openid_connect_client.py:58
Methodrequires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/plugins/authentication_webauthn_client.py:94
Methodrequires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/plugins/authentication_ldap_sasl_client.py:505
Methodrequires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/plugins/__init__.py:67
Methodrequires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/plugins/authentication_oci_client.py:184
Methodrequires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/plugins/mysql_clear_password.py:60
Methodrequires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/plugins/sha256_password.py:64
Methodrequires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/plugins/authentication_kerberos_client.py:82
Methodrequires_ssl
Signals whether or not SSL is required.
mysql-connector-python/lib/mysql/connector/plugins/caching_sha2_password.py:83
Methodreset
(self)
mysqlx-connector-python/tests/mysqld.py:887
Methodreset
(self, free: bool = True)
mysql-connector-python/lib/mysql/connector/cursor_cext.py:844
Methodreset
Resets the cursor to default
mysql-connector-python/lib/mysql/connector/abstracts.py:3010
Methodreset
Reset the cursor to default.
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:2640
Methodreset
(self)
mysql-connector-python/tests/mysqld.py:887
Methodreset
(self)
mysql-connector-python/tests/__init__.py:260
Methodreset
(self)
mysql-connector-python/tests/test_cursor.py:143
Methodreset_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
Methodreset_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
Methodreset_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
Methodreset_session
Instrument method.
mysql-connector-python/lib/mysql/connector/opentelemetry/instrumentation.py:438
Methodresult_set_available
Check if a result set is available
mysql-connector-python/lib/mysql/connector/connection_cext.py:904
Methodrollback
Rollback current transaction
mysql-connector-python/lib/mysql/connector/connection_cext.py:607
Methodrollback
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
← previousnext →2,401–2,500 of 5,006, ranked by callers