|
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) |
|
|
| 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