Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 859 Bytes

language.rst

File metadata and controls

35 lines (22 loc) · 859 Bytes

Procedural Languages

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.

Language

Language.to_map

Language.drop

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.

LanguageDict

LanguageDict.from_map