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

Méthode sqlalchemy.Inspector.has_schema

Signature de la méthode has_schema

def has_schema(self, schema_name: 'str', **kw: 'Any') -> 'bool' 

Description

help(Inspector.has_schema)

Return True if the backend has a schema with the given name.

:param schema_name: name of the schema to check
:param \**kw: Additional keyword argument to pass to the dialect
 specific implementation. See the documentation of the dialect
 in use for more information.

.. versionadded:: 2.0



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