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 ? Calcul scientifique
avec Python
Voir le programme détaillé
Classe « Compiled »

Constructeur sqlalchemy.Compiled.__init__

Signature de la constructeur __init__

def __init__(self, dialect: 'Dialect', statement: 'Optional[ClauseElement]', schema_translate_map: 'Optional[SchemaTranslateMapType]' = None, render_schema_translate: 'bool' = False, compile_kwargs: 'Mapping[str, Any]' = immutabledict({})) 

Description

help(Compiled.__init__)

Construct a new :class:`.Compiled` object.

:param dialect: :class:`.Dialect` to compile against.

:param statement: :class:`_expression.ClauseElement` to be compiled.

:param schema_translate_map: dictionary of schema names to be
 translated when forming the resultant SQL

 .. seealso::

    :ref:`schema_translating`

:param compile_kwargs: additional kwargs that will be
 passed to the initial call to :meth:`.Compiled.process`.




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