MCPcopy Create free account

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

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

MethodsetUp
(self)
mysql-connector-python/tests/test_django.py:593
MethodsetUp
(self)
mysql-connector-python/tests/test_django.py:659
MethodsetUp
(self)
mysql-connector-python/tests/test_protocol.py:69
MethodsetUp
(self)
mysql-connector-python/tests/cext/test_cext_api.py:182
MethodsetUp
(self)
mysql-connector-python/tests/cext/test_cext_connection.py:60
MethodsetUp
(self)
mysql-connector-python/tests/cext/test_cext_connection.py:351
MethodsetUp
(self)
mysql-connector-python/tests/cext/test_cext_cursor.py:969
MethodsetUp
(self)
mysql-connector-python/tests/cext/test_cext_cursor.py:1079
MethodsetUp
(self)
mysql-connector-python/tests/qa/test_qa_wl7292.py:37
MethodsetUp
(self)
mysql-connector-python/tests/qa/test_qa_timeout.py:66
MethodsetUp
(self)
mysql-connector-python/tests/qa/test_qa_wl6148.py:37
MethodsetUp
(self)
mysql-connector-python/tests/qa/test_qa_vector_type.py:123
MethodsetUp
(self)
mysql-connector-python/tests/qa/test_qa_local_infile.py:51
MethodsetUp
(self)
mysql-connector-python/tests/qa/test_qa_wl3253.py:43
MethodsetUp
(self)
mysql-connector-python/tests/qa/test_qa_ciphers.py:470
MethodsetUp
(self)
mysql-connector-python/tests/qa/test_qa_wl7228.py:41
MethodsetUp
(self)
mysql-connector-python/tests/ai/utilities.py:193
MethodsetUp
(self)
mysql-connector-python/tests/ai/utils/test_atomic_cursor.py:24
MethodsetUp
(self)
mysql-connector-python/tests/ai/ml/test_transformer.py:55
MethodsetUp
(self)
mysql-connector-python/tests/ai/ml/test_model.py:63
MethodsetUp
(self)
mysql-connector-python/tests/ai/ml/test_regressor.py:55
MethodsetUp
(self)
mysql-connector-python/tests/ai/ml/test_classifier.py:55
MethodsetUp
(self)
mysql-connector-python/tests/ai/ml/test_outlier.py:56
MethodsetUp
(self)
mysql-connector-python/tests/ai/ml/test_base.py:53
MethodsetUp
(self)
mysql-connector-python/tests/ai/genai/test_embedding.py:55
MethodsetUp
(self)
mysql-connector-python/tests/ai/genai/test_vector_store.py:81
MethodsetUp
(self)
mysql-connector-python/tests/issues/test_bug21879859.py:50
MethodsetUp
(self)
mysql-connector-python/tests/issues/test_bug21449996.py:48
MethodsetUp
(self)
mysql-connector-python/tests/issues/test_bug21449207.py:41
MethodsetUp
(self)
mysql-connector-python/tests/otel/test_instrumentation.py:397
MethodsetUp
(self)
mysql-connector-python/tests/otel/test_instrumentation.py:919
MethodsetUp
(self)
mysql-connector-python/tests/otel/test_instrumentation.py:950
MethodsetUp
(self)
mysql-connector-python/tests/otel/test_instrumentation.py:1039
MethodsetUpClass
(cls)
mysql-connector-python/tests/test_connection.py:3661
MethodsetUpClass
(cls)
mysql-connector-python/tests/test_aio_connection.py:3088
MethodsetUpClass
(cls)
mysql-connector-python/tests/test_bugs.py:6403
MethodsetUpClass
(cls)
mysql-connector-python/tests/test_conversion.py:1091
MethodsetUpClass
(cls)
mysql-connector-python/tests/test_authentication.py:520
MethodsetUpClass
(cls)
mysql-connector-python/tests/test_authentication.py:1151
MethodsetUpClass
(cls)
mysql-connector-python/tests/test_authentication.py:1380
MethodsetUpClass
(cls)
mysql-connector-python/tests/test_aio_authentication.py:483
MethodsetUpClass
(cls)
mysql-connector-python/tests/test_aio_authentication.py:1117
MethodsetUpClass
(cls)
mysql-connector-python/tests/test_aio_authentication.py:1343
MethodsetUpClass
(cls)
mysql-connector-python/tests/test_django.py:169
MethodsetUpClass
(cls)
mysql-connector-python/tests/test_data_integrity.py:106
MethodsetUpClass
(cls)
mysql-connector-python/tests/test_data_integrity.py:238
MethodsetUpClass
(cls)
mysql-connector-python/tests/cext/test_cext_cursor.py:1182
MethodsetUpClass
(cls)
mysql-connector-python/tests/ai/utilities.py:214
FunctionsetUpModule
()
mysqlx-connector-python/tests/qa/test_qa_ciphers.py:67
FunctionsetUpModule
()
mysql-connector-python/tests/test_bugs.py:99
FunctionsetUpModule
()
mysql-connector-python/tests/test_aio_pooling.py:71
FunctionsetUpModule
()
mysql-connector-python/tests/cext/test_cext_api.py:58
FunctionsetUpModule
()
mysql-connector-python/tests/qa/test_qa_vector_type.py:58
FunctionsetUpModule
()
mysql-connector-python/tests/qa/test_qa_ciphers.py:73
FunctionsetUpModule
()
mysql-connector-python/tests/otel/test_instrumentation.py:113
Methodset_allow_local_infile_in_path
set local_infile_in_path Set allow_local_infile_in_path.
mysql-connector-python/lib/mysql/connector/connection_cext.py:187
Methodset_allow_local_infile_in_path
Set the path that user can upload files. Args: path (str): Path that user can upload files.
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:1281
Methodset_character_set_name
Sets the default character set name for current connection.
mysql-connector-python/lib/mysql/connector/connection_cext.py:447
Methodset_charset_collation
Instrument method.
mysql-connector-python/lib/mysql/connector/opentelemetry/instrumentation.py:507
Methodset_client_flags
Sets the client flags. The flags-argument can be either an int or a list (or tuple) of ClientFlag-values. If it is an integer, it wil
mysql-connector-python/lib/mysql/connector/abstracts.py:1019
Methodset_client_flags
Set the client flags. The flags-argument can be either an int or a list (or tuple) of ClientFlag values. If it is an integer, it will
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:1380
Methodset_compression
Creates a :class:`mysqlx.protocol.Compressor` object based on the compression algorithm. Args: algorithm (str): Compressi
mysqlx-connector-python/lib/mysqlx/protocol.py:254
Methodset_compression
Creates a :class:`mysqlx.protocol.Compressor` object based on the compression algorithm. Args: algorithm (str): Compressi
mysqlx-connector-python/lib/mysqlx/protocol.py:318
Methodset_connection_timeout
Set the connection timeout.
mysql-connector-python/lib/mysql/connector/aio/network.py:591
Methodset_converter_class
Sets the converter class to be used. Args: convclass: Should be a class overloading methods and members of
mysql-connector-python/lib/mysql/connector/abstracts.py:1928
Methodset_converter_class
Set the converter class to be used. This should be a class overloading methods and members of conversion.MySQLConverter. Rai
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:1427
Functionset_from_protobuf
(payload: bytes)
mysqlx-connector-python/lib/mysqlx/result.py:123
Methodset_mysqlx_wait_timeout
(cnx: PooledConnection)
mysqlx-connector-python/lib/mysqlx/connection.py:1941
Functionset_nr_mysql_servers
Set the number of MySQL servers needed This functions sets how much MySQL servers are needed for running the unit tests. The number argument
mysqlx-connector-python/tests/__init__.py:277
Functionset_nr_mysql_servers
Set the number of MySQL servers needed This functions sets how much MySQL servers are needed for running the unit tests. The number argument
mysql-connector-python/tests/__init__.py:342
Methodset_unavailable
Sets this pool unavailable for a period of time (in seconds). .. versionadded:: 8.0.20
mysqlx-connector-python/lib/mysqlx/connection.py:1692
Methodset_unicode
Sets whether we return string fields as unicode or not. Args: value: A boolean - default is `True`.
mysql-connector-python/lib/mysql/connector/abstracts.py:1190
Methodsetinputsizes
Not Implemented.
mysql-connector-python/lib/mysql/connector/abstracts.py:3004
Methodsetoutputsize
Not Implemented.
mysql-connector-python/lib/mysql/connector/abstracts.py:3007
Methodsetup
()
mysql-connector-python/tests/test_aio_connection.py:3089
Functionsetup_logger
Setting up the logger
mysqlx-connector-python/tests/__init__.py:626
Functionsetup_logger
Setting up the logger
mysql-connector-python/tests/__init__.py:988
Methodshift_expr
(self)
mysqlx-connector-python/lib/mysqlx/expr.py:1180
Methodshutdown
Shuts down connection to MySQL Server. This method closes the socket. It raises no exceptions. Unlike `disconnect()`, `shutdown()` c
mysql-connector-python/lib/mysql/connector/abstracts.py:1092
Methodshutdown
Shut down connection to MySQL Server. This method closes the socket. It raises no exceptions. Unlike `disconnect()`, `shutdown()` cl
mysql-connector-python/lib/mysql/connector/aio/connection.py:782
Methodshutdown
Shuts down connection to MySQL Server. This method closes the socket. It raises no exceptions. Unlike `disconnect()`, `shutdown()` c
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:1576
Functionshutdown_mysql_server
Shutdown the given server using the classic restart command. Attempts to shutdown the given server using the classic restart command. :param
mysql-connector-python/tests/__init__.py:1280
Methodside_effect
(name)
mysql-connector-python/tests/ai/utils/test_check_dependencies.py:48
Methodsleepy_select
Execute a SELECT statement which takes a while to complete
mysql-connector-python/tests/test_bugs.py:680
Methodsleepy_select
Execute a SELECT statement which takes a while to complete
mysql-connector-python/tests/test_bugs.py:4154
Methodsort
Sets the sorting criteria. Args: *clauses: The expression strings defining the sort criteria. Returns: mysql
mysqlx-connector-python/lib/mysqlx/statement.py:500
Methodsort
Sets the sorting criteria. Args: *clauses: The expression strings defining the sort criteria. Returns: mysql
mysqlx-connector-python/lib/mysqlx/statement.py:818
Methodsort
Sets the sorting criteria. Args: *clauses: The expression strings defining the sort criteria. Returns: mysql
mysqlx-connector-python/lib/mysqlx/statement.py:1322
Methodsql
string: The SQL text statement.
mysqlx-connector-python/lib/mysqlx/statement.py:618
Methodsql_mode
Gets the SQL mode.
mysql-connector-python/lib/mysql/connector/abstracts.py:1125
Methodsql_mode
Return SQL mode.
mysql-connector-python/lib/mysql/connector/django/base.py:597
Methodsql_mode
Gets the SQL mode.
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:989
Methodsql_mode
Instrument method.
mysql-connector-python/lib/mysql/connector/opentelemetry/instrumentation.py:490
Methodssl_enabled
Signals whether or not SSL is enabled.
mysql-connector-python/lib/mysql/connector/authentication.py:66
Methodssl_enabled
Signals whether or not SSL is enabled.
mysql-connector-python/lib/mysql/connector/aio/authentication.py:69
Methodssl_enabled
Signals whether or not SSL is enabled.
mysql-connector-python/lib/mysql/connector/aio/plugins/__init__.py:63
Methodssl_enabled
Signals whether or not SSL is enabled.
mysql-connector-python/lib/mysql/connector/plugins/__init__.py:61
MethodstartTest
(self, test)
mysql-connector-python/unittests.py:519
Methodstart_transaction
Starts a transaction. This method explicitly starts a transaction sending the START TRANSACTION statement to the MySQL server. You can
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:1671
Methodstart_transaction
Instrument method.
mysql-connector-python/lib/mysql/connector/opentelemetry/instrumentation.py:512
← previousnext →2,701–2,800 of 5,006, ranked by callers