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.get_multi_table_options

Signature de la méthode get_multi_table_options

def get_multi_table_options(self, connection: 'Connection', *, schema: 'Optional[str]' = None, filter_names: 'Optional[Collection[str]]' = None, **kw: 'Any') -> 'Iterable[Tuple[TableKey, Dict[str, Any]]]' 

Description

help(Dialect.get_multi_table_options)

Return a dictionary of options specified when the tables in the
given schema were created.

This is an internal dialect method. Applications should use
:meth:`_engine.Inspector.get_multi_table_options`.

.. note:: The :class:`_engine.DefaultDialect` provides a default
  implementation that will call the single table method for
  each object returned by :meth:`Dialect.get_table_names`,
  :meth:`Dialect.get_view_names` or
  :meth:`Dialect.get_materialized_view_names` depending on the
  provided ``kind``. Dialects that want to support a faster
  implementation should implement this method.

.. versionadded:: 2.0



Vous êtes un professionnel et vous avez besoin d'une formation ? Coder avec une
Intelligence Artificielle
Voir le programme détaillé