class documentation

class MySQLDialect_cymysql(MySQLDialect_mysqldb):

View In Hierarchy

Undocumented

Class Method dbapi Undocumented
Method ​_detect​_charset Sniff out the character set in use for connection results.
Method ​_extract​_error​_code Undocumented
Method is​_disconnect Return True if the given DB-API error indicates an invalid connection
Class Variable colspecs Undocumented
Class Variable description​_encoding Undocumented
Class Variable driver Undocumented
Class Variable supports​_sane​_multi​_rowcount Undocumented
Class Variable supports​_sane​_rowcount Undocumented
Class Variable supports​_statement​_cache indicates if this dialect supports caching.
Class Variable supports​_unicode​_statements Undocumented

Inherited from MySQLDialect_mysqldb:

Method __init__ Undocumented
Method ​_check​_unicode​_returns Undocumented
Method ​_found​_rows​_client​_flag Undocumented
Method ​_parse​_dbapi​_version Undocumented
Method ​_set​_isolation​_level Undocumented
Method create​_connect​_args Build DB-API compatible connection arguments.
Method do​_executemany Provide an implementation of cursor.executemany(statement, parameters).
Method do​_ping Undocumented
Method on​_connect return a callable which sets up a newly created DBAPI connection.
Class Variable ​_isolation​_lookup Undocumented
Class Variable default​_paramstyle Undocumented
Class Variable supports​_native​_decimal Undocumented
Instance Variable ​_mysql​_dbapi​_version Undocumented
Property supports​_server​_side​_cursors Undocumented

Inherited from MySQLDialect (via MySQLDialect_mysqldb):

Class Method ​_is​_mariadb​_from​_url Undocumented
Method ​_compat​_fetchall Proxy result rows to smooth over MySQL-Python driver inconsistencies.
Method ​_compat​_fetchone Proxy a result row to smooth over MySQL-Python driver inconsistencies.
Method ​_compat​_first Proxy a result row to smooth over MySQL-Python driver inconsistencies.
Method ​_correct​_for​_mysql​_bugs​_88718​_96365 Undocumented
Method ​_describe​_table Run DESCRIBE for a Table and return processed rows.
Method ​_detect​_ansiquotes Detect and adjust for the ANSI_QUOTES sql mode.
Method ​_detect​_casing Sniff out identifier case sensitivity.
Method ​_detect​_collations Pull the active COLLATIONS list from the server.
Method ​_detect​_sql​_mode Undocumented
Method ​_get​_default​_schema​_name Return the string name of the currently selected schema from the given connection.
Method ​_get​_server​_version​_info Retrieve the server version info from the given connection.
Method ​_parse​_server​_version Undocumented
Method ​_parsed​_state​_or​_create Undocumented
Method ​_sequences​_not​_supported Undocumented
Method ​_set​_mariadb Undocumented
Method ​_setup​_parser Undocumented
Method ​_show​_create​_table Run SHOW CREATE TABLE for a Table.
Method ​_warn​_for​_known​_db​_issues Undocumented
Method do​_begin​_twophase Begin a two phase transaction on the given connection.
Method do​_commit​_twophase Commit a two phase transaction on the given connection.
Method do​_prepare​_twophase Prepare a two phase transaction on the given connection.
Method do​_recover​_twophase Recover list of uncommitted prepared two phase transaction identifiers on the given connection.
Method do​_rollback​_twophase Rollback a two phase transaction on the given connection.
Method get​_check​_constraints Return information about check constraints in table_name.
Method get​_columns Return information about columns in table_name.
Method get​_foreign​_keys Return information about foreign_keys in table_name.
Method get​_indexes Return information about indexes in table_name.
Method get​_isolation​_level Given a DBAPI connection, return its isolation level.
Method get​_pk​_constraint Return information about the primary key constraint on table_name`.
Method get​_schema​_names Undocumented
Method get​_sequence​_names Return a list of all sequence names available in the database.
Method get​_table​_comment Return the "comment" for the table identified by table_name.
Method get​_table​_names Return a Unicode SHOW TABLES from a given schema.
Method get​_table​_options Undocumented
Method get​_unique​_constraints Return information about unique constraints in table_name.
Method get​_view​_definition Return view definition.
Method get​_view​_names Return a list of all view names available in the database.
Method has​_sequence Check the existence of a particular sequence in the database.
Method has​_table For internal dialect use, check the existence of a particular table in the database.
Method initialize Called during strategized creation of the dialect with a connection.
Method set​_isolation​_level Given a DBAPI connection, set its isolation level.
Class Variable construct​_arguments Optional set of argument specifiers for various SQLAlchemy constructs, typically schema items.
Class Variable cte​_follows​_insert Undocumented
Class Variable inline​_comments Undocumented
Class Variable max​_constraint​_name​_length Undocumented
Class Variable max​_identifier​_length Undocumented
Class Variable max​_index​_name​_length Undocumented
Class Variable name Undocumented
Class Variable sequences​_optional Undocumented
Class Variable supports​_alter Undocumented
Class Variable supports​_comments Undocumented
Class Variable supports​_default​_metavalue dialect supports INSERT... VALUES (DEFAULT) syntax
Class Variable supports​_default​_values dialect supports INSERT... DEFAULT VALUES syntax
Class Variable supports​_multivalues​_insert Undocumented
Class Variable supports​_native​_boolean Undocumented
Class Variable supports​_native​_enum Undocumented
Instance Variable ​_backslash​_escapes Undocumented
Instance Variable ​_casing Undocumented
Instance Variable ​_connection​_charset Undocumented
Instance Variable ​_json​_deserializer Undocumented
Instance Variable ​_json​_serializer Undocumented
Instance Variable ​_mariadb​_normalized​_version​_info Undocumented
Instance Variable ​_needs​_correct​_for​_88718​_96365 Undocumented
Instance Variable ​_server​_ansiquotes Undocumented
Instance Variable ​_sql​_mode Undocumented
Instance Variable identifier​_preparer Undocumented
Instance Variable is​_mariadb Undocumented
Instance Variable isolation​_level Undocumented
Instance Variable preparer Undocumented
Instance Variable server​_version​_info Undocumented
Instance Variable supports​_for​_update​_of Undocumented
Instance Variable supports​_sequences Undocumented
Property ​_is​_mariadb Undocumented
Property ​_is​_mariadb​_102 Undocumented
Property ​_is​_mysql Undocumented
Property ​_support​_float​_cast Undocumented
Property ​_tabledef​_parser return the MySQLTableDefinitionParser, generate if needed.

Inherited from DefaultDialect (via MySQLDialect_mysqldb, MySQLDialect):

Class Method get​_pool​_class Undocumented
Class Method load​_provisioning set up the provision.py module for this dialect.
Method connect Establish a connection using this dialect's DBAPI.
Method create​_xid Create a random two-phase transaction ID.
Method denormalize​_name convert the given name to a case insensitive identifier for the backend if it is an all-lowercase name.
Method do​_begin Provide an implementation of connection.begin(), given a DB-API connection.
Method do​_close Provide an implementation of connection.close(), given a DBAPI connection.
Method do​_commit Provide an implementation of connection.commit(), given a DB-API connection.
Method do​_execute Provide an implementation of cursor.execute(statement, parameters).
Method do​_execute​_no​_params Provide an implementation of cursor.execute(statement).
Method do​_release​_savepoint Release the named savepoint on a connection.
Method do​_rollback Provide an implementation of connection.rollback(), given a DB-API connection.
Method do​_rollback​_to​_savepoint Rollback a connection to the named savepoint.
Method do​_savepoint Create a savepoint with the given name.
Method get​_default​_isolation​_level Given a DBAPI connection, return its isolation level, or a default isolation level if one cannot be retrieved.
Method get​_driver​_connection Returns the connection object as returned by the external driver package.
Method has​_index Check the existence of a particular index name in the database.
Method normalize​_name convert the given name to lowercase if it is detected as case insensitive.
Method reset​_isolation​_level Given a DBAPI connection, revert its isolation to the default.
Method type​_descriptor Provide a database-specific .TypeEngine object, given the generic object which comes from the types module.
Class Variable dbapi​_exception​_translation​_map mapping used in the extremely unusual case that a DBAPI's published exceptions don't actually have the __name__ that they are linked towards.
Class Variable supports​_empty​_insert dialect supports INSERT () VALUES ()
Instance Variable returns​_unicode​_strings Undocumented
Instance Variable type​_compiler Undocumented
Method ​_check​_max​_identifier​_length Perform a connection / server version specific check to determine the max_identifier_length.
Method ​_check​_unicode​_description Undocumented
Method ​_ensure​_has​_table​_connection Undocumented
Method ​_reset​_characteristics Undocumented
Method ​_set​_connection​_characteristics Undocumented
Method get​_dialect​_pool​_class Undocumented
Method set​_connection​_execution​_options Undocumented
Method set​_engine​_execution​_options Undocumented
Method validate​_identifier Undocumented
Class Variable connection​_characteristics Undocumented
Class Variable default​_sequence​_base Undocumented
Class Variable engine​_config​_types Undocumented
Class Variable full​_returning Undocumented
Class Variable insert​_executemany​_returning Undocumented
Class Variable is​_async Undocumented
Class Variable non​_native​_boolean​_check​_constraint Undocumented
Class Variable postfetch​_lastrowid Undocumented
Class Variable preexecute​_autoincrement​_sequences Undocumented
Class Variable reflection​_options Undocumented
Class Variable requires​_name​_normalize Undocumented
Class Variable server​_side​_cursors Undocumented
Class Variable supports​_identity​_columns Undocumented
Class Variable supports​_is​_distinct​_from Undocumented
Class Variable supports​_schemas Undocumented
Class Variable supports​_simple​_order​_by​_label Undocumented
Class Variable supports​_unicode​_binds Undocumented
Class Variable supports​_views Undocumented
Class Variable tuple​_in​_values Undocumented
Class Variable use​_setinputsizes Undocumented
Instance Variable ​_decoder Undocumented
Instance Variable ​_description​_decoder Undocumented
Instance Variable ​_encoder Undocumented
Instance Variable ​_ischema Undocumented
Instance Variable ​_user​_defined​_max​_identifier​_length Undocumented
Instance Variable case​_sensitive Undocumented
Instance Variable compiler​_linting Undocumented
Instance Variable convert​_unicode Undocumented
Instance Variable default​_isolation​_level Undocumented
Instance Variable default​_schema​_name Undocumented
Instance Variable encoding Undocumented
Instance Variable implicit​_returning Undocumented
Instance Variable label​_length Undocumented
Instance Variable paramstyle Undocumented
Instance Variable positional Undocumented
Property ​_dialect​_specific​_select​_one Undocumented
Property ​_supports​_statement​_cache Undocumented
Property ​_type​_memos Undocumented
Property dialect​_description Undocumented
Property supports​_sane​_rowcount​_returning True if this dialect supports sane rowcount even if RETURNING is in use.

Inherited from Dialect (via MySQLDialect_mysqldb, MySQLDialect, DefaultDialect):

Class Method engine​_created A convenience hook called before returning the final _engine.Engine.
Class Method get​_dialect​_cls Given a URL, return the .Dialect that will be used.
Method do​_set​_input​_sizes invoke the cursor.setinputsizes() method with appropriate arguments
Method get​_temp​_table​_names Return a list of temporary table names on the given connection, if supported by the underlying backend.
Method get​_temp​_view​_names Return a list of temporary view names on the given connection, if supported by the underlying backend.
Method on​_connect​_url return a callable which sets up a newly created DBAPI connection.
Class Variable ​_has​_events Undocumented
@classmethod
def dbapi(cls):
def _detect_charset(self, connection):
Sniff out the character set in use for connection results.
def _extract_error_code(self, exception):
def is_disconnect(self, e, connection, cursor):
Return True if the given DB-API error indicates an invalid connection
colspecs =
description_encoding =
supports_sane_multi_rowcount: bool =
supports_sane_rowcount: bool =
supports_statement_cache: bool =

indicates if this dialect supports caching.

All dialects that are compatible with statement caching should set this flag to True directly on each dialect class and subclass that supports it. SQLAlchemy tests that this flag is locally present on each dialect subclass before it will use statement caching. This is to provide safety for legacy or new dialects that are not yet fully tested to be compliant with SQL statement caching.

New in version 1.4.5.
supports_unicode_statements: bool =