MCPcopy Create free account

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

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

Methoddefault
(self, o: object)
mysqlx-connector-python/lib/mysqlx/dbdoc.py:44
Functiondeprecated
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
Functiondeprecated
Use it to decorate deprecated methods.
mysql-connector-python/lib/mysql/connector/_decorating.py:96
Functiondeprecated
Use it to decorate deprecated methods.
mysql-connector-python/lib/mysql/connector/aio/_decorating.py:74
Methoddescription
Returns description of columns in a result
mysql-connector-python/lib/mysql/connector/cursor_cext.py:494
Methoddescription
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
Methoddescription
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
Methoddisable_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
Methoddisplay_name
Display name.
mysql-connector-python/lib/mysql/connector/django/base.py:534
Methoddo_GET
(self)
mysql-connector-python/tests/otel/collector.py:119
Methoddo_POST
(self)
mysql-connector-python/tests/otel/collector.py:74
Methoddo_reconnect
Expecting an InterfaceError.
mysql-connector-python/tests/otel/test_instrumentation.py:889
Methoddo_warmup
()
mysql-connector-python/tests/otel/test_instrumentation.py:880
Functiondouble_from_protobuf
(payload: bytes)
mysqlx-connector-python/lib/mysqlx/result.py:72
Methoddst
(self, dt)
mysqlx-connector-python/tests/__init__.py:379
Methoddst
(self, dt)
mysqlx-connector-python/tests/__init__.py:396
Methoddst
(self, dt)
mysql-connector-python/tests/__init__.py:472
Methoddst
(self, dt)
mysql-connector-python/tests/__init__.py:488
Methoddummy_add_connection
(self, cnx=None)
mysql-connector-python/tests/test_pooling.py:132
Methoddummy_add_connection
(self, cnx=None)
mysql-connector-python/tests/test_aio_pooling.py:141
Functiondump_spans
(spans: List[DbDocType], indent: int = 4)
mysql-connector-python/tests/otel/test_instrumentation.py:145
Functionembed_documents
(texts: List[str])
mysql-connector-python/tests/ai/genai/test_vector_store.py:69
Methodenable_constraint_checking
Re-enable foreign key checks after they have been disabled.
mysql-connector-python/lib/mysql/connector/django/base.py:462
Functionescape_literal
(string: str)
mysqlx-connector-python/lib/mysqlx/expr.py:432
Methodexec_counter
int: The number of times this statement was executed.
mysqlx-connector-python/lib/mysqlx/statement.py:193
Methodexecute
Execute the statement. Raises: NotImplementedError: This method must be implemented.
mysqlx-connector-python/lib/mysqlx/statement.py:591
Methodexecute
Execute the statement. Returns: mysqlx.SqlResult: SqlResult object.
mysqlx-connector-python/lib/mysqlx/statement.py:657
Methodexecute
Execute the statement. Raises: NotImplementedError: This method must be implemented.
mysqlx-connector-python/lib/mysqlx/statement.py:699
Methodexecute
Execute the statement. Returns: mysqlx.Result: Result object.
mysqlx-connector-python/lib/mysqlx/statement.py:755
Methodexecute
Execute the statement. Returns: mysqlx.Result: Result object. Raises: ProgrammingError: If condition was not
mysqlx-connector-python/lib/mysqlx/statement.py:962
Methodexecute
Execute the statement. Returns: mysqlx.Result: Result object.
mysqlx-connector-python/lib/mysqlx/statement.py:1092
Methodexecute
Execute the statement. Returns: mysqlx.Result: Result object.
mysqlx-connector-python/lib/mysqlx/statement.py:1222
Methodexecute
Execute the statement. Returns: mysqlx.Result: Result object Raises: ProgrammingError: If condition was not
mysqlx-connector-python/lib/mysqlx/statement.py:1293
Methodexecute
Execute the statement. Returns: mysqlx.Result: Result object. Raises: ProgrammingError: If condition was not
mysqlx-connector-python/lib/mysqlx/statement.py:1333
Methodexecute
Execute the statement. Returns: mysqlx.Result: Result object. Raises: ProgrammingError: If condition was not
mysqlx-connector-python/lib/mysqlx/statement.py:1382
Methodexecute
Execute the statement. Returns: mysqlx.Result: Result object.
mysqlx-connector-python/lib/mysqlx/statement.py:1430
Methodexecute
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
Methodexecute
Instrument method.
mysql-connector-python/lib/mysql/connector/opentelemetry/instrumentation.py:332
Methodexecutemany
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
Methodexecutemany
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
Methodexecutemany
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
Methodexecutemany
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
Methodexecutemany
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
Methodexecutemany
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
Methodexecutemany
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
Methodexecutemany
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
Methodexecutemany
Instrument method.
mysql-connector-python/lib/mysql/connector/opentelemetry/instrumentation.py:337
Methodexecutemulti
Execute multiple statements. Executes the given operation substituting any markers with the given parameters.
mysql-connector-python/lib/mysql/connector/aio/cursor.py:1099
Methodexecutemulti
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
Methodexists_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
Functionextend_html_context
(app, pagename, templatename, context, doctree)
mysqlx-connector-python/docs/mysqlx/_themes/sphinx_rtd_theme/__init__.py:36
Functionfake_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
Functionfake_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
Methodfetchall
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
Methodfetchall
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
Methodfetchall
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
Methodfetchall
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
Methodfetchall
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
Methodfetchall
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
Methodfetchall
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
Methodfetchall
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
Methodfetchall
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
Methodfetchall
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
Methodfetchall
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
Methodfetchall
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
Methodfetchmany
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
Methodfetchmany
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
Methodfetchmany
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
Methodfetchmany
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
Methodfetchmany
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
Methodfetchmany
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
Methodfetchmany
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
Methodfetchmany
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
Methodfetchmany
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
Methodfetchmany
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
Methodfetchone
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
Methodfetchone
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
Methodfetchone
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
Methodfetchone
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
Methodfetchone
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
Methodfetchone
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
Methodfetchone
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
Methodfetchone
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
Methodfetchone
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
Methodfetchone
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
Methodfetchone
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
Methodfetchone
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
Methodfetchone
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
Methodfetchone
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
Methodfetchsets
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
Methodfetchwarnings
Returns a list of tuples (WarningType) containing warnings generated by the previously executed operation. Examples: ```
mysql-connector-python/lib/mysql/connector/abstracts.py:3116
Methodfetchwarnings
Returns Warnings.
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:2237
Methodfilter
(self, record: logging.LogRecord)
mysql-connector-python/unittests.py:104
Methodfinalize_options
Finalize the options.
mysqlx-connector-python/cpydist/bdist_wheel.py:53
Methodfinalize_options
Finalize the options.
mysqlx-connector-python/cpydist/__init__.py:201
Methodfinalize_options
Finalize the options.
mysqlx-connector-python/cpydist/__init__.py:344
Methodfinalize_options
Finalize the options.
mysqlx-connector-python/cpydist/__init__.py:444
Methodfinalize_options
Finalize the options.
mysqlx-connector-python/cpydist/bdist.py:105
Methodfinalize_options
Finalize the options.
mysqlx-connector-python/cpydist/sdist.py:107
Methodfinalize_options
Finalize the options.
mysql-connector-python/cpydist/bdist_wheel.py:53
← previousnext →2,101–2,200 of 5,006, ranked by callers