Casts

module: pyrseas.dbobject.cast

The cast module defines two classes, Cast and CastDict, derived from DbObject and DbObjectDict, respectively.

Cast

Cast is derived from ~pyrseas.dbobject.DbObject and represents a PostgreSQL cast.

autoclass: Cast

automethod: Cast.extern_key

automethod: Cast.identifier

automethod: Cast.to_map

automethod: Cast.create

automethod: Cast.diff_map

Cast Dictionary

CastDict is derived from ~pyrseas.dbobject.DbObjectDict. It is a dictionary that represents the collection of casts in a database.

autoclass: CastDict

automethod: CastDict.to_map

automethod: CastDict.from_map

automethod: CastDict.diff_map