Contents
Operators
module: pyrseas.dbobject.operator
The operator module defines two classes: class Operator derived from DbSchemaObject and class OperatorDict derived from DbObjectDict.
Operator
Operator is derived from DbSchemaObject and represents a Postgres user-defined operator.
autoclass: Operator
automethod: Operator.extern_key
automethod: Operator.qualname
automethod: Operator.identifier
automethod: Operator.create
Operator Dictionary
OperatorDict is derived from ~pyrseas.dbobject.DbObjectDict. It is a dictionary that represents the collection of operators in a database.
autoclass: OperatorDict
automethod: OperatorDict.from_map