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
test_write_timeout_incorrect_data_type
(self)
mysql-connector-python/tests/qa/test_qa_aio_timeout.py:117
Method
test_write_timeout_prepared_stmt_TLE
This test requires external server (not via localhost) as reproducing a WriteTimeoutError a realistic environment where the server is
mysql-connector-python/tests/qa/test_qa_timeout.py:742
Method
test_write_timeout_prepared_stmt_TLE
This test requires external server (not via localhost) as reproducing a WriteTimeoutError a realistic environment where the server is
mysql-connector-python/tests/qa/test_qa_aio_timeout.py:571
Method
test_write_timeout_prepared_stmt_success
(self)
mysql-connector-python/tests/qa/test_qa_timeout.py:764
Method
test_write_timeout_prepared_stmt_success
(self)
mysql-connector-python/tests/qa/test_qa_aio_timeout.py:585
Method
tests_nextset
(self)
mysql-connector-python/tests/cext/test_cext_cursor.py:553
Method
text_datatype_handled_as_binary_for_bin_suffix_collation
(self)
mysql-connector-python/tests/test_bugs.py:7152
Method
thread1
(client)
mysqlx-connector-python/tests/test_mysqlx_pooling.py:1033
Method
thread2
(client)
mysqlx-connector-python/tests/test_mysqlx_pooling.py:1040
Method
thread_a
(locking, waiting)
mysqlx-connector-python/tests/test_mysqlx_crud.py:706
Method
thread_a
(locking, waiting)
mysqlx-connector-python/tests/qa/test_qa_mysqlx_crud_collection_find.py:615
Method
thread_a
(locking, waiting)
mysqlx-connector-python/tests/qa/test_qa_mysqlx_crud_table_select.py:672
Method
thread_b
(locking, waiting)
mysqlx-connector-python/tests/test_mysqlx_crud.py:731
Method
thread_b
(locking, waiting)
mysqlx-connector-python/tests/qa/test_qa_mysqlx_crud_collection_find.py:633
Method
thread_b
(locking, waiting)
mysqlx-connector-python/tests/qa/test_qa_mysqlx_crud_table_select.py:690
Function
thread_cmd
(server)
mysql-connector-python/tests/__init__.py:1288
Function
time_from_protobuf
(payload: bytes)
mysqlx-connector-python/lib/mysqlx/result.py:201
Method
time_zone
Gets the current time zone.
mysql-connector-python/lib/mysql/connector/abstracts.py:1112
Method
time_zone
Gets the current time zone.
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:963
Method
time_zone
Instrument method.
mysql-connector-python/lib/mysql/connector/opentelemetry/instrumentation.py:484
Method
to_int
(i: Any)
mysql-connector-python/lib/mysql/connector/django/introspection.py:203
Method
to_string
(cls, needle: Any)
mysqlx-connector-python/lib/mysqlx/result.py:276
Function
to_thread
Asynchronously run function ``func`` in a separate thread. This function is based on ``asyncio.to_thread()`` introduced in Python 3.9, which
mysql-connector-python/lib/mysql/connector/aio/utils.py:142
Method
type
string: Message type name.
mysqlx-connector-python/lib/mysqlx/protobuf/__init__.py:525
Method
tzname
(self, dt)
mysqlx-connector-python/tests/__init__.py:382
Method
tzname
(self, dt)
mysqlx-connector-python/tests/__init__.py:399
Method
tzname
(self, dt)
mysql-connector-python/tests/__init__.py:475
Method
tzname
(self, dt)
mysql-connector-python/tests/__init__.py:491
Method
uint32>
mysqlx-connector-python/src/mysqlxpb/python_cast.h:97
Method
uint64>
mysqlx-connector-python/src/mysqlxpb/python_cast.h:104
Function
unarchive_targz
Unarchive a tarball. Unarchives the given tarball. If the tarball has the extension '.gz', it will be first uncompressed. Returns the pa
mysqlx-connector-python/cpydist/utils.py:473
Function
unarchive_targz
Unarchive a tarball. Unarchives the given tarball. If the tarball has the extension '.gz', it will be first uncompressed. Returns the pa
mysql-connector-python/cpydist/utils.py:473
Method
unix_socket
Return the unix socket of the server
mysqlx-connector-python/tests/mysqld.py:639
Method
unix_socket
The Unix socket file for connecting to the MySQL server.
mysql-connector-python/lib/mysql/connector/abstracts.py:524
Method
unix_socket
MySQL Unix socket file location.
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:770
Method
unix_socket
Return the unix socket of the server
mysql-connector-python/tests/mysqld.py:639
Method
unread_result
Check if there are unread results or rows
mysql-connector-python/lib/mysql/connector/connection_cext.py:912
Method
unread_result
Gets whether there is an unread result. This method is used by cursors to check whether another cursor still needs to retrieve its re
mysql-connector-python/lib/mysql/connector/abstracts.py:1281
Method
unread_result
Get whether there is an unread result. This method is used by cursors to check whether another cursor still needs to retrieve its res
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:1092
Method
update_config
(self, **kwargs)
mysqlx-connector-python/tests/mysqld.py:934
Method
update_config
(self, **kwargs)
mysql-connector-python/tests/mysqld.py:934
Function
update_timeout_penalties_by_error
Update the timeout penalties directory. Update the timeout penalties by error dictionary used to deactivate a pool. Args: penalty_dic
mysqlx-connector-python/lib/mysqlx/connection.py:257
Method
use_pure
bool: `True` to use pure Python Protobuf implementation.
mysqlx-connector-python/lib/mysqlx/connection.py:2283
Method
use_pure
Return True if pure Python version is being used.
mysql-connector-python/lib/mysql/connector/django/base.py:607
Method
use_unicode
(self, value: bool)
mysql-connector-python/lib/mysql/connector/connection.py:1289
Method
use_unicode
(self, value: bool)
mysql-connector-python/lib/mysql/connector/connection_cext.py:197
Method
use_unicode
Gets whether we return string fields as unicode or not.
mysql-connector-python/lib/mysql/connector/abstracts.py:1199
Method
use_unicode
Gets whether we return string fields as unicode or not.
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:1463
Method
user
The user name used for connecting to the MySQL server.
mysql-connector-python/lib/mysql/connector/abstracts.py:509
Method
user
User used while connecting to MySQL.
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:755
Method
utcoffset
(self, dt)
mysqlx-connector-python/tests/__init__.py:376
Method
utcoffset
(self, dt)
mysqlx-connector-python/tests/__init__.py:393
Method
utcoffset
(self, dt)
mysql-connector-python/tests/__init__.py:469
Method
utcoffset
(self, dt)
mysql-connector-python/tests/__init__.py:485
Function
validate_normalized_unicode_string
Check for Prohibited Output according to rfc4013 profile. This profile specifies the following characters as prohibited input: - Non-ASCI
mysql-connector-python/lib/mysql/connector/utils.py:527
Method
value
(self)
mysqlx-connector-python/lib/mysqlx/result.py:397
Function
varint_from_protobuf
(payload: bytes)
mysqlx-connector-python/lib/mysqlx/result.py:99
Function
varsint_from_protobuf
(payload: bytes)
mysqlx-connector-python/lib/mysqlx/result.py:107
Method
verify_load_fails
(cur, data_file, err_msgs, exception=errors.DatabaseError)
mysql-connector-python/tests/qa/test_qa_local_infile.py:149
Method
verify_load_fails
(cur, data_file, err_msgs, exception=errors.DatabaseError)
mysql-connector-python/tests/qa/test_qa_local_infile.py:492
Method
verify_load_success
(cur, data_file, exp)
mysql-connector-python/tests/qa/test_qa_local_infile.py:137
Method
verify_load_success
(cur, data_file, exp)
mysql-connector-python/tests/qa/test_qa_local_infile.py:483
Method
verify_multi_value_index_creation
( self, coll_name, index_name, num_of_index_fields )
mysqlx-connector-python/tests/qa/test_qa_mysqlx_crud_collection_index.py:56
Method
version
Returns the MySQL server version Returns a tuple.
mysqlx-connector-python/tests/mysqld.py:313
Method
warning_count
Returns number of warnings
mysql-connector-python/lib/mysql/connector/connection_cext.py:896
Method
warning_count
Return the number of warnings. This property returns the number of warnings generated by the previously executed operation.
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:2242
Method
warnings
Gets a list of tuples (WarningType) containing warnings generated by the previously executed operation. Examples: ```
mysql-connector-python/lib/mysql/connector/abstracts.py:3071
Method
warnings
Gets warnings.
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:2232
Function
warnings_filter
Filter out warnings.
mysqlx-connector-python/unittests.py:598
Function
warnings_filter
Filter out warnings.
mysql-connector-python/unittests.py:871
Function
webauthn_messages_callback
mysql-connector-python/src/mysql_capi.c:85
Method
where
Sets the search condition to filter. Args: condition (str): Sets the search condition to filter documents or
mysqlx-connector-python/lib/mysqlx/statement.py:485
Method
where
Sets the search condition to filter. Args: condition (str): Sets the search condition to filter records. Returns:
mysqlx-connector-python/lib/mysqlx/statement.py:1245
Method
where
Sets the search condition to filter. Args: condition (str): Sets the search condition to filter records. Returns:
mysqlx-connector-python/lib/mysqlx/statement.py:1360
Function
while
mysql-connector-python/src/mysql_capi.c:531
Function
with_cnx_query_span
Create a query span while executing the connection method.
mysql-connector-python/lib/mysql/connector/opentelemetry/instrumentation.py:211
Function
with_cnx_span_attached
Attach the connection span while executing the connection method.
mysql-connector-python/lib/mysql/connector/opentelemetry/instrumentation.py:198
Function
with_context_propagation
Perform trace context propagation. The trace context is propagated via query attributes. The `traceparent` header from W3C specification [1]
mysql-connector-python/lib/mysql/connector/opentelemetry/context_propagation.py:78
Function
with_cursor_query_span
Create a query span while executing the cursor method.
mysql-connector-python/lib/mysql/connector/opentelemetry/instrumentation.py:237
Method
with_rows
Returns whether the cursor could have rows returned This property returns True when column descriptions are available and possibly al
mysql-connector-python/lib/mysql/connector/cursor_cext.py:797
Method
with_rows
Returns whether the cursor could have rows returned This property returns True when rows are available, which will need to be fetched
mysql-connector-python/lib/mysql/connector/cursor_cext.py:907
Method
with_rows
Returns whether the cursor could have rows returned This property returns True when column descriptions are available and possibly al
mysql-connector-python/lib/mysql/connector/cursor.py:882
Method
with_rows
(self)
mysql-connector-python/lib/mysql/connector/cursor.py:987
Method
with_rows
(self)
mysql-connector-python/lib/mysql/connector/cursor.py:1084
Method
with_rows
(self)
mysql-connector-python/lib/mysql/connector/aio/cursor.py:895
Method
with_rows
(self)
mysql-connector-python/lib/mysql/connector/aio/cursor.py:958
Method
with_rows
Returns whether the cursor could have rows returned. This property returns True when column descriptions are available and possibly a
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:2278
Function
wrapper
Wrapper function.
mysqlx-connector-python/lib/mysqlx/connection.py:490
Function
wrapper
Wrapper function. Args: *args: Variable length argument list. **kwargs: Arbitrary keyword arguments.
mysqlx-connector-python/lib/mysqlx/helpers.py:167
Function
wrapper
(self, *args, **kwargs)
mysqlx-connector-python/tests/__init__.py:406
Function
wrapper
( cnx: "MySQLConnectionAbstract", *args: Any, **kwargs: Any )
mysql-connector-python/lib/mysql/connector/_decorating.py:48
Function
wrapper
( cnx: "MySQLConnectionAbstract", *args: Any, **kwargs: Any )
mysql-connector-python/lib/mysql/connector/aio/_decorating.py:49
Function
wrapper
Connection span attacher decorator.
mysql-connector-python/lib/mysql/connector/opentelemetry/instrumentation.py:201
Function
wrapper
Context propagation decorator.
mysql-connector-python/lib/mysql/connector/opentelemetry/context_propagation.py:93
Function
wrapper
(self, *args, **kwargs)
mysql-connector-python/tests/__init__.py:498
Method
write
Send `payload` to the MySQL server. If provided a payload whose length is greater than `MAX_PAYLOAD_LENGTH`, it is broken down into p
mysql-connector-python/lib/mysql/connector/aio/network.py:106
Method
write
Send payload to the MySQL server. If provided a payload whose length is greater than `MAX_PAYLOAD_LENGTH`, it is broken down into pac
mysql-connector-python/lib/mysql/connector/aio/network.py:231
Method
write
Send `payload` as compressed packets to the MySQL server. If provided a payload whose length is greater than `MAX_PAYLOAD_LENGTH`, it is
mysql-connector-python/lib/mysql/connector/aio/network.py:373
Method
write_timeout
(self)
mysql-connector-python/lib/mysql/connector/cursor_cext.py:196
Method
write_timeout
(self)
mysql-connector-python/lib/mysql/connector/connection_cext.py:237
← previous
next →
4,901–5,000 of 5,006, ranked by callers