Contents
Functions
module: pyrseas.dbobject.function
The function module defines two classes, Function and FunctionDict, derived from DbObject and DbObjectDict, respectively.
Function
Function is derived from ~pyrseas.dbobject.DbObject and represents a function.
autoclass: Function
automethod: Function.extern_key
automethod: Function.identifier
automethod: Function.to_map
automethod: Function.create
automethod: Function.diff_map
Function Dictionary
FunctionDict is derived from ~pyrseas.dbobject.DbObjectDict. It is a dictionary that represents the collection of functions in a database.
autoclass: FunctionDict
automethod: FunctionDict.from_map
automethod: FunctionDict.diff_map