|
__init__(self,
child_class,
child_key=None,
foreign_key=None,
column=None,
title=None,
has_default=None,
cache=True)
|
|
__set_from_result__(self,
ds,
dbobj,
value)
|
|
__init_dbclass__(self,
dbclass,
attribute_name)
This methods gets called by dbobject's metaclass.
|
|
__get__(self,
dbobj,
owner)
See the Python Language Reference, chapter 3.3.2.2 for details on
how this works.
|
|
__set__(self,
dbobj,
value)
Set the child object to `value'.
|
|
isset(self,
dbobj)
|
|
__convert__(self,
value)
Relationships do not need a convert method or can't use it
anyway.
|
|
sql_literal(self,
dbobj)
This relationship cannot be represented as an SQL literal.
|
|
__select_this_column__(self)
|
|
Inherited from relationship:
__select_after_insert__
Inherited from datatypes.datatype:
__delete__,
__setattr__,
add_widget,
check_dbobj,
data_attribute_name,
widget_specs
Inherited from property:
__getattribute__,
__new__
Inherited from object:
__delattr__,
__hash__,
__reduce__,
__reduce_ex__,
__repr__,
__str__
|