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
default
(self, o: object)
mysqlx-connector-python/lib/mysqlx/dbdoc.py:44
Function
deprecated
This is a decorator used to mark functions as deprecated. Args: version (Optional[string]): Version when was deprecated. reason (
mysqlx-connector-python/lib/mysqlx/helpers.py:142
Function
deprecated
Use it to decorate deprecated methods.
mysql-connector-python/lib/mysql/connector/_decorating.py:96
Function
deprecated
Use it to decorate deprecated methods.
mysql-connector-python/lib/mysql/connector/aio/_decorating.py:74
Method
description
Returns description of columns in a result
mysql-connector-python/lib/mysql/connector/cursor_cext.py:494
Method
description
This read-only property returns a list of tuples describing the columns in a result set. A tuple is described as follows:: ``
mysql-connector-python/lib/mysql/connector/abstracts.py:3014
Method
description
Return description of columns in a result. This property returns a list of tuples describing the columns in in a result set. A tuple
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:2192
Method
disable_constraint_checking
Disable foreign key checks, primarily for use in adding rows with forward references. Always return True to indicate constraint check
mysql-connector-python/lib/mysql/connector/django/base.py:452
Method
display_name
Display name.
mysql-connector-python/lib/mysql/connector/django/base.py:534
Method
do_GET
(self)
mysql-connector-python/tests/otel/collector.py:119
Method
do_POST
(self)
mysql-connector-python/tests/otel/collector.py:74
Method
do_reconnect
Expecting an InterfaceError.
mysql-connector-python/tests/otel/test_instrumentation.py:889
Method
do_warmup
()
mysql-connector-python/tests/otel/test_instrumentation.py:880
Function
double_from_protobuf
(payload: bytes)
mysqlx-connector-python/lib/mysqlx/result.py:72
Method
dst
(self, dt)
mysqlx-connector-python/tests/__init__.py:379
Method
dst
(self, dt)
mysqlx-connector-python/tests/__init__.py:396
Method
dst
(self, dt)
mysql-connector-python/tests/__init__.py:472
Method
dst
(self, dt)
mysql-connector-python/tests/__init__.py:488
Method
dummy_add_connection
(self, cnx=None)
mysql-connector-python/tests/test_pooling.py:132
Method
dummy_add_connection
(self, cnx=None)
mysql-connector-python/tests/test_aio_pooling.py:141
Function
dump_spans
(spans: List[DbDocType], indent: int = 4)
mysql-connector-python/tests/otel/test_instrumentation.py:145
Function
embed_documents
(texts: List[str])
mysql-connector-python/tests/ai/genai/test_vector_store.py:69
Method
enable_constraint_checking
Re-enable foreign key checks after they have been disabled.
mysql-connector-python/lib/mysql/connector/django/base.py:462
Function
escape_literal
(string: str)
mysqlx-connector-python/lib/mysqlx/expr.py:432
Method
exec_counter
int: The number of times this statement was executed.
mysqlx-connector-python/lib/mysqlx/statement.py:193
Method
execute
Execute the statement. Raises: NotImplementedError: This method must be implemented.
mysqlx-connector-python/lib/mysqlx/statement.py:591
Method
execute
Execute the statement. Returns: mysqlx.SqlResult: SqlResult object.
mysqlx-connector-python/lib/mysqlx/statement.py:657
Method
execute
Execute the statement. Raises: NotImplementedError: This method must be implemented.
mysqlx-connector-python/lib/mysqlx/statement.py:699
Method
execute
Execute the statement. Returns: mysqlx.Result: Result object.
mysqlx-connector-python/lib/mysqlx/statement.py:755
Method
execute
Execute the statement. Returns: mysqlx.Result: Result object. Raises: ProgrammingError: If condition was not
mysqlx-connector-python/lib/mysqlx/statement.py:962
Method
execute
Execute the statement. Returns: mysqlx.Result: Result object.
mysqlx-connector-python/lib/mysqlx/statement.py:1092
Method
execute
Execute the statement. Returns: mysqlx.Result: Result object.
mysqlx-connector-python/lib/mysqlx/statement.py:1222
Method
execute
Execute the statement. Returns: mysqlx.Result: Result object Raises: ProgrammingError: If condition was not
mysqlx-connector-python/lib/mysqlx/statement.py:1293
Method
execute
Execute the statement. Returns: mysqlx.Result: Result object. Raises: ProgrammingError: If condition was not
mysqlx-connector-python/lib/mysqlx/statement.py:1333
Method
execute
Execute the statement. Returns: mysqlx.Result: Result object. Raises: ProgrammingError: If condition was not
mysqlx-connector-python/lib/mysqlx/statement.py:1382
Method
execute
Execute the statement. Returns: mysqlx.Result: Result object.
mysqlx-connector-python/lib/mysqlx/statement.py:1430
Method
execute
Executes the given operation (a MySQL script) substituting any markers with the given parameters. For example, getting all rows where
mysql-connector-python/lib/mysql/connector/abstracts.py:2638
Method
execute
Instrument method.
mysql-connector-python/lib/mysql/connector/opentelemetry/instrumentation.py:332
Method
executemany
Execute the given operation multiple times The executemany() method will execute the operation iterating over the list of parameters
mysql-connector-python/lib/mysql/connector/cursor_cext.py:426
Method
executemany
Prepare and execute a MySQL Prepared Statement many times This method will prepare the given operation and execute with each tuple fo
mysql-connector-python/lib/mysql/connector/cursor_cext.py:1186
Method
executemany
Prepare and execute a MySQL Prepared Statement many times This method will prepare the given operation and execute with each tuple fo
mysql-connector-python/lib/mysql/connector/cursor.py:1289
Method
executemany
Executes the given operation multiple times. The `executemany()` method will execute the operation iterating over the list of paramet
mysql-connector-python/lib/mysql/connector/abstracts.py:2772
Method
executemany
Executes the given operation This wrapper method around the executemany()-method of the cursor is mainly needed to re-raise using dif
mysql-connector-python/lib/mysql/connector/django/base.py:194
Method
executemany
Prepare and execute a MySQL Prepared Statement many times. This method will prepare the given operation and execute with each tuple found
mysql-connector-python/lib/mysql/connector/aio/cursor.py:673
Method
executemany
Prepare and execute a MySQL Prepared Statement many times This method will prepare the given operation and execute with each tuple fo
mysql-connector-python/lib/mysql/connector/aio/cursor.py:1258
Method
executemany
Prepare and execute a MySQL Prepared Statement many times. This method will prepare the given operation and execute with each tuple found
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:2465
Method
executemany
Instrument method.
mysql-connector-python/lib/mysql/connector/opentelemetry/instrumentation.py:337
Method
executemulti
Execute multiple statements. Executes the given operation substituting any markers with the given parameters.
mysql-connector-python/lib/mysql/connector/aio/cursor.py:1099
Method
executemulti
Executes the given operation (it can be a multi statement or a MySQL script) substituting any markers with the given parameters. **NO
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:2427
Method
exists_in_database
Verifies if this object exists in the database. Returns: bool: `True` if object exists in database.
mysqlx-connector-python/lib/mysqlx/crud.py:191
Function
extend_html_context
(app, pagename, templatename, context, doctree)
mysqlx-connector-python/docs/mysqlx/_themes/sphinx_rtd_theme/__init__.py:36
Function
fake_hostname
Return a fake hostname This function returns a string which can be used in the creation of fake hostname. Note that we do not add a domain na
mysqlx-connector-python/tests/__init__.py:298
Function
fake_hostname
Return a fake hostname This function returns a string which can be used in the creation of fake hostname. Note that we do not add a domain na
mysql-connector-python/tests/__init__.py:363
Method
fetchall
Return all rows of a query result set. Returns: list: A list of tuples with all rows of a query result set.
mysql-connector-python/lib/mysql/connector/cursor_cext.py:862
Method
fetchall
Return all rows of a query result set. Returns: list: A list of dictionaries with all rows of a query result se
mysql-connector-python/lib/mysql/connector/cursor_cext.py:966
Method
fetchall
Return all rows of a query result set. Returns: list: A list of tuples with all rows of a query result set.
mysql-connector-python/lib/mysql/connector/cursor_cext.py:986
Method
fetchall
Return all rows of a query result set. Returns: list: A list of tuples with all rows of a query result set.
mysql-connector-python/lib/mysql/connector/cursor.py:952
Method
fetchall
Return all rows of a query result set. Returns: list: A list of tuples with all rows of a query result set.
mysql-connector-python/lib/mysql/connector/cursor.py:1014
Method
fetchall
Return all rows of a query result set. Returns: list: A list of tuples with all rows of a query result set.
mysql-connector-python/lib/mysql/connector/cursor.py:1072
Method
fetchall
Return all rows of a query result set. Returns: list: A list of dictionaries with all rows of a query result se
mysql-connector-python/lib/mysql/connector/cursor.py:1410
Method
fetchall
Return all rows of a query result set. Returns: list: A list of tuples with all rows of a query result set.
mysql-connector-python/lib/mysql/connector/cursor.py:1441
Method
fetchall
Return all rows of a query result set. Returns: list: A list of tuples with all rows of a query result set.
mysql-connector-python/lib/mysql/connector/aio/cursor.py:879
Method
fetchall
Return all rows of a query result set. Returns: list: A list of tuples with all rows of a query result set.
mysql-connector-python/lib/mysql/connector/aio/cursor.py:920
Method
fetchall
Return all rows of a query result set. Returns: list: A list of dictionaries with all rows of a query result se
mysql-connector-python/lib/mysql/connector/aio/cursor.py:993
Method
fetchall
Return all rows of a query result set. Returns: list: A list of tuples with all rows of a query result set.
mysql-connector-python/lib/mysql/connector/aio/cursor.py:1024
Method
fetchmany
Return the next set of rows of a query result set. When no more rows are available, it returns an empty list. The number of rows retu
mysql-connector-python/lib/mysql/connector/cursor_cext.py:875
Method
fetchmany
Return the next set of rows of a query result set. When no more rows are available, it returns an empty list. The number of rows retu
mysql-connector-python/lib/mysql/connector/cursor_cext.py:952
Method
fetchmany
Return the next set of rows of a query result set. When no more rows are available, it returns an empty list. The number of rows retu
mysql-connector-python/lib/mysql/connector/cursor_cext.py:1217
Method
fetchmany
Return the next set of rows of a query result set. When no more rows are available, it returns an empty list. The number of rows retu
mysql-connector-python/lib/mysql/connector/cursor.py:965
Method
fetchmany
Return the next set of rows of a query result set. When no more rows are available, it returns an empty list. The number of rows retu
mysql-connector-python/lib/mysql/connector/cursor.py:1330
Method
fetchmany
Return the next set of rows of a query result set. When no more rows are available, it returns an empty list. The number of rows retu
mysql-connector-python/lib/mysql/connector/cursor.py:1474
Method
fetchmany
Fetches the next set of rows of a query result. Args: size: The number of rows returned can be specified using the size
mysql-connector-python/lib/mysql/connector/abstracts.py:2837
Method
fetchmany
Return the next set of rows of a query result set. When no more rows are available, it returns an empty list. The number of rows retu
mysql-connector-python/lib/mysql/connector/aio/cursor.py:1308
Method
fetchmany
Return the next set of rows of a query result set. When no more rows are available, it returns an empty list. The number of rows retu
mysql-connector-python/lib/mysql/connector/aio/cursor.py:1375
Method
fetchmany
Return the next set of rows of a query result set. When no more rows are available, it returns an empty list. The number of rows retu
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:2503
Method
fetchone
Return next row of a query result set. Returns: tuple or None: A row from query result set.
mysql-connector-python/lib/mysql/connector/cursor_cext.py:897
Method
fetchone
Return next row of a query result set. Returns: dict or None: A dict from query result set.
mysql-connector-python/lib/mysql/connector/cursor_cext.py:943
Method
fetchone
Return next row of a query result set. Returns: tuple or None: A row from query result set.
mysql-connector-python/lib/mysql/connector/cursor_cext.py:1208
Method
fetchone
Return next row of a query result set. Returns: tuple or None: A row from query result set.
mysql-connector-python/lib/mysql/connector/cursor.py:1005
Method
fetchone
Return next row of a query result set. Returns: tuple or None: A row from query result set.
mysql-connector-python/lib/mysql/connector/cursor.py:1063
Method
fetchone
Return next row of a query result set. Returns: tuple or None: A row from query result set.
mysql-connector-python/lib/mysql/connector/cursor.py:1315
Method
fetchone
Return next row of a query result set. Returns: dict or None: A dict from query result set.
mysql-connector-python/lib/mysql/connector/cursor.py:1402
Method
fetchone
Return next row of a query result set. Returns: tuple or None: A row from query result set.
mysql-connector-python/lib/mysql/connector/cursor.py:1429
Method
fetchone
Retrieves next row of a query result set Returns: If the cursor's subclass is `MySQLCursorDict`, a dictionaries is re
mysql-connector-python/lib/mysql/connector/abstracts.py:2818
Method
fetchone
Return next row of a query result set. Returns: tuple or None: A row from query result set.
mysql-connector-python/lib/mysql/connector/aio/cursor.py:870
Method
fetchone
Return next row of a query result set. Returns: tuple or None: A row from query result set.
mysql-connector-python/lib/mysql/connector/aio/cursor.py:911
Method
fetchone
Return next row of a query result set. Returns: dict or None: A dict from query result set.
mysql-connector-python/lib/mysql/connector/aio/cursor.py:985
Method
fetchone
Return next row of a query result set. Returns: tuple or None: A row from query result set.
mysql-connector-python/lib/mysql/connector/aio/cursor.py:1012
Method
fetchone
Return next row of a query result set. Returns: tuple or None: A row from query result set.
mysql-connector-python/lib/mysql/connector/aio/cursor.py:1293
Method
fetchsets
Generates the result sets stream caused by the last `execute*()`. Returns: A 2-tuple; the first element is the statement that cau
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:2514
Method
fetchwarnings
Returns a list of tuples (WarningType) containing warnings generated by the previously executed operation. Examples: ```
mysql-connector-python/lib/mysql/connector/abstracts.py:3116
Method
fetchwarnings
Returns Warnings.
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:2237
Method
filter
(self, record: logging.LogRecord)
mysql-connector-python/unittests.py:104
Method
finalize_options
Finalize the options.
mysqlx-connector-python/cpydist/bdist_wheel.py:53
Method
finalize_options
Finalize the options.
mysqlx-connector-python/cpydist/__init__.py:201
Method
finalize_options
Finalize the options.
mysqlx-connector-python/cpydist/__init__.py:344
Method
finalize_options
Finalize the options.
mysqlx-connector-python/cpydist/__init__.py:444
Method
finalize_options
Finalize the options.
mysqlx-connector-python/cpydist/bdist.py:105
Method
finalize_options
Finalize the options.
mysqlx-connector-python/cpydist/sdist.py:107
Method
finalize_options
Finalize the options.
mysql-connector-python/cpydist/bdist_wheel.py:53
← previous
next →
2,101–2,200 of 5,006, ranked by callers