|
sqlalchemy.types.TypeEngine | load_dialect_impl (self, sqlalchemy.engine.Dialect dialect) |
|
Optional[str] | process_bind_param (self, Any value, sqlalchemy.engine.Dialect dialect) |
|
Optional[uuid.UUID] | process_result_value (self, str|uuid.UUID|None value, sqlalchemy.engine.Dialect dialect) |
|
|
| impl = sqlalchemy.CHAR |
|
bool | cache_ok = True |
|
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:
- python/lsst/dax/apdb/apdbSqlSchema.py