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.drop
automethod: Language.create
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