Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 869 Bytes

conversion.rst

File metadata and controls

33 lines (22 loc) · 869 Bytes

Conversions

pyrseas.dbobject.conversion

The conversion module defines two classes, Conversion and ConversionDict, derived from DbSchemaObject and DbObjectDict, respectively.

Conversion

Conversion is derived from ~pyrseas.dbobject.DbSchemaObject and represents a Postgres conversion between character set encodings.

Conversion

Conversion.to_map

Conversion.create

Conversion Dictionary

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

ConversionDict

ConversionDict.from_map