Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 871 Bytes

cast.rst

File metadata and controls

42 lines (26 loc) · 871 Bytes

Casts

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.

Cast

Cast.extern_key

Cast.identifier

Cast.to_map

Cast.create

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.

CastDict

CastDict.to_map

CastDict.from_map

CastDict.diff_map