Package gavo :: Package rscdef :: Module common :: Class PrivilegesMixin
[frames] | no frames]

Class PrivilegesMixin

source code

object --+
         |
        PrivilegesMixin
Known Subclasses:

A mixin for structures declaring access to database objects (tables, schemas).

Access is managed on the level of database profiles. Thus, the names here are not directly role names in the database.

We have two types of privileges: "All" means at least read and write, and "Read" meaning at least read and lookup.

Instance Methods

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__