Contents
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 Postgres conversion between character set encodings.
autoclass: Conversion
automethod: Conversion.to_map
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