lsst.dax.apdb ga286e2ef02+7bb24105a7
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.TypeEngine load_dialect_impl (self, sqlalchemy.Dialect dialect)
 
Optional[str] process_bind_param (self, Any value, sqlalchemy.Dialect dialect)
 
Optional[uuid.UUID] process_result_value (self, Optional[str] value, sqlalchemy.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: