Collations

module: pyrseas.dbobject.collation

The collation module defines two classes, Collation and CollationDict, derived from DbSchemaObject and DbObjectDict, respectively.

Collation

Collation is derived from ~pyrseas.dbobject.DbSchemaObject and represents a PostgreSQL collation (available on PostgreSQL 9.1 or later).

autoclass: Collation

automethod: Collation.create

Collation Dictionary

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

autoclass: CollationDict

automethod: CollationDict.from_map

automethod: CollationDict.diff_map