| Home | Trees | Indices | Help |
|
|---|
|
|
_part --+
|
clause --+
|
expression --+
|
where
|
|||
| __sql__(self, runner) | ||
|
__add__(self,
other) Adding two where clauses connects them using AND (including parantheses) |
||
|
__mul__(self,
other) Multiplying two where clauses connects them using OR (including parantheses). |
||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
or_(cls,
others) OTHERS is a list of sql.where instances that are connected using OR. |
||
|
and_(cls,
others) OTHERS is a list of sql.where instances that are connected using OR. |
||
|
|||
|
rank = 1
|
||
|
|||
|
|
|
|
|
|
|||
rankNone
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Wed Feb 20 18:17:29 2008 | http://epydoc.sourceforge.net |