| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
_2many.result --+
|
one2many.result
|
|||
| __init__(self, dbobj, relationship) | ||
|
select(self,
*clauses) This method allows you to add your own clauses to the SELECT SQL statement that is used to retrieve the childobjects from the database. |
||
|
len(self,
*clauses) Return the number of child objects that would be returned by the select() method using clauses. |
||
|
append(self,
*new_child_objects) Append new child objects to a one2many relationship. |
||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
country.cities.select(order_by='name')
|
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Wed Feb 20 18:17:28 2008 | http://epydoc.sourceforge.net |