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 ? Coder avec une
Intelligence Artificielle
Voir le programme détaillé
Classe « Uuid »

Constructeur sqlalchemy.Uuid.__init__

Signature de la constructeur __init__

def __init__(self, as_uuid: 'bool' = True, native_uuid: 'bool' = True) 

Description

help(Uuid.__init__)

Construct a :class:`_sqltypes.Uuid` type.

:param as_uuid=True: if True, values will be interpreted
 as Python uuid objects, converting to/from string via the
 DBAPI.

 .. versionchanged: 2.0 ``as_uuid`` now defaults to ``True``.

:param native_uuid=True: if True, backends that support either the
 ``UUID`` datatype directly, or a UUID-storing value
 (such as SQL Server's ``UNIQUEIDENTIFIER`` will be used by those
 backends.   If False, a ``CHAR(32)`` datatype will be used for
 all backends regardless of native support.



Vous êtes un professionnel et vous avez besoin d'une formation ? Machine Learning
avec Scikit-Learn
Voir le programme détaillé