Conversions

module: 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 PostgreSQL conversion between character set encodings.

autoclass: Conversion

automethod: Conversion.create

Conversion Dictionary

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

autoclass: ConversionDict

automethod: ConversionDict.from_map

automethod: ConversionDict.diff_map