The tacker.db.types Module

The tacker.db.types Module

class tacker.db.types.Json(*args, **kwargs)

Bases: sqlalchemy.sql.type_api.TypeDecorator

impl

alias of Text

process_bind_param(value, dialect)
process_result_value(value, dialect)
class tacker.db.types.Uuid(*args, **kwargs)

Bases: sqlalchemy.sql.type_api.TypeDecorator

impl = String(length=36)
process_bind_param(value, dialect)
process_result_value(value, dialect)
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.