Operator Classes
module: pyrseas.dbobject.operclass
The operclass module defines two classes: class OperatorClass derived from DbSchemaObject and class OperatorClassDict derived from DbObjectDict.
Operator Class
OperatorClass is derived from DbSchemaObject and represents a Postgres operator class.
autoclass: OperatorClass
automethod: OperatorClass.extern_key
automethod: OperatorClass.identifier
automethod: OperatorClass.to_map
automethod: OperatorClass.create
Operator Class Dictionary
OperatorClassDict is derived from ~pyrseas.dbobject.DbObjectDict. It is a dictionary that represents the collection of operator classes in a database.
autoclass: OperatorClassDict
automethod: OperatorClassDict.from_map