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 ? Machine Learning
avec Scikit-Learn
Voir le programme détaillé
Classe « Engine »

Méthode sqlalchemy.Engine.update_execution_options

Signature de la méthode update_execution_options

def update_execution_options(self, **opt: 'Any') -> 'None' 

Description

help(Engine.update_execution_options)

Update the default execution_options dictionary
of this :class:`_engine.Engine`.

The given keys/values in \**opt are added to the
default execution options that will be used for
all connections.  The initial contents of this dictionary
can be sent via the ``execution_options`` parameter
to :func:`_sa.create_engine`.

.. seealso::

    :meth:`_engine.Connection.execution_options`

    :meth:`_engine.Engine.execution_options`



Vous êtes un professionnel et vous avez besoin d'une formation ? Programmation Python
Les fondamentaux
Voir le programme détaillé