Procedural Languages

module: pyrseas.dbobject.language

The language module defines two classes, Language and LanguageDict, derived from DbObject and DbObjectDict, respectively.

Procedural Language

Language is derived from ~pyrseas.dbobject.DbObject and represents a procedural language.

autoclass: Language

automethod: Language.to_map

automethod: Language.create

automethod: Language.diff_map

Language Dictionary

LanguageDict is derived from ~pyrseas.dbobject.DbObjectDict. It is a dictionary that represents the collection of procedural languages in a database. Internal languages ('internal', 'c' and 'sql') are excluded.

autoclass: LanguageDict

automethod: LanguageDict.from_map

automethod: LanguageDict.link_refs

automethod: LanguageDict.to_map

automethod: LanguageDict.diff_map