Package orm2 :: Module dbobject :: Class zope_dbobject
[hide private]
[frames] | no frames]

Class zope_dbobject

source code

object --+    
         |    
  dbobject --+
             |
            zope_dbobject

Nested Classes [hide private]

Inherited from dbobject: __metaclass__, __result__


Instance Methods [hide private]
  __getattr__(self, name)

Inherited from dbobject: __delete__, __ds__, __eq__, __init__, __insert__, __is_stored__, __ne__, __repr__, __update_from_dict__, __widget_specs__

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__


Class Methods [hide private]

Inherited from dbobject: __dbproperties__, __dbproperty__, __from_result__, __has_dbproperty__, __select_columns__


Class Variables [hide private]
  __allow_access_to_unprotected_subobjects__ = True
  __relation__ = <orm2.sql.relation instance at 0x59c418>
Name of the relation this dbclass' values are stored in.

Inherited from dbobject: __primary_key__, __schema__


Properties [hide private]

Inherited from dbobject: __model__

Inherited from object: __class__


Method Details [hide private]

__getattr__(self, name)
(Qualification operator)

source code 
None

Class Variable Details [hide private]

__allow_access_to_unprotected_subobjects__

None
Value:
True                                                                   
      

__relation__

Name of the relation this dbclass' values are stored in. Defaults to the class' name. May be set to a string or an sql.relation instance.
Value:
<orm2.sql.relation instance at 0x59c418>