lsst.dax.apdb g011c388f00+4c8162c5ad
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
lsst.dax.apdb.apdbSqlSchema.GUID Class Reference
Inheritance diagram for lsst.dax.apdb.apdbSqlSchema.GUID:

Public Member Functions

sqlalchemy.types.TypeEngine load_dialect_impl (self, sqlalchemy.engine.Dialect dialect)
 
str|None process_bind_param (self, Any value, sqlalchemy.engine.Dialect dialect)
 
uuid.UUID|None process_result_value (self, str|uuid.UUID|None value, sqlalchemy.engine.Dialect dialect)
 

Static Public Attributes

 impl = sqlalchemy.CHAR
 
bool cache_ok = True
 

Detailed Description

Platform-independent GUID type.

Uses PostgreSQL's UUID type, otherwise uses CHAR(32), storing as
stringified hex values.

The documentation for this class was generated from the following file: