InheritableSQLObject


Attributes

a childName

None

a j

inheritable_sql_object

a q

inheritable_sql_object

Methods

f set(self, **kw) ...

f __classinit__(cls, new_attrs) ...

f get(cls, id, connection=None, selectResults=None, childResults=None, childUpdate=False) ...

f select(cls, clause=None, *args, **kwargs) ...

f selectBy(cls, connection=None, **kw) ...

f destroySelf(self) ...

f __init__(self, **kw) ...

f __sqlrepr__(self, db) ...

f __eq__(self, other) ...

f __ne__(self, other) ...

f __lt__(self, other) ...

f __le__(self, other) ...

f __gt__(self, other) ...

f __ge__(self, other) ...

See the source for more information.