Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Vous êtes un professionnel et vous avez besoin d'une formation ? Mise en oeuvre d'IHM
avec Qt et PySide6
Voir le programme détaillé
Classe « Dialect »

Méthode sqlalchemy.Dialect.import_dbapi

Signature de la méthode import_dbapi

def import_dbapi() -> 'ModuleType' 

Description

help(Dialect.import_dbapi)

Import the DBAPI module that is used by this dialect.

The Python module object returned here will be assigned as an
instance variable to a constructed dialect under the name
``.dbapi``.

.. versionchanged:: 2.0  The :meth:`.Dialect.import_dbapi` class
   method is renamed from the previous method ``.Dialect.dbapi()``,
   which would be replaced at dialect instantiation time by the
   DBAPI module itself, thus using the same name in two different ways.
   If a ``.Dialect.dbapi()`` classmethod is present on a third-party
   dialect, it will be used and a deprecation warning will be emitted.



Vous êtes un professionnel et vous avez besoin d'une formation ? Calcul scientifique
avec Python
Voir le programme détaillé