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 « Inspector »

Méthode sqlalchemy.Inspector.get_view_names

Signature de la méthode get_view_names

def get_view_names(self, schema: 'Optional[str]' = None, **kw: 'Any') -> 'List[str]' 

Description

help(Inspector.get_view_names)

Return all non-materialized view names in `schema`.

:param schema: Optional, retrieve names from a non-default schema.
 For special quoting, use :class:`.quoted_name`.
:param \**kw: Additional keyword argument to pass to the dialect
 specific implementation. See the documentation of the dialect
 in use for more information.


.. versionchanged:: 2.0  For those dialects that previously included
   the names of materialized views in this list (currently PostgreSQL),
   this method no longer returns the names of materialized views.
   the :meth:`.Inspector.get_materialized_view_names` method should
   be used instead.

.. seealso::

    :meth:`.Inspector.get_materialized_view_names`



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