| Home | Trees | Index | Help |
|---|
| Method Summary | |
|---|---|
__init__(self,
session,
proxy,
classname,
cond,
sort,
properties,
definition)
| |
__getitem__(self,
index)
| |
__len__(self)
| |
__nonzero__(self)
| |
__buildList(self)
| |
__fillup(self)
| |
This function returns a normalized form of a condition. | |
This function returns a sequence of fully qualified names. | |
This function returns a normalized sorting sequence. | |
__populateList(self)
| |
| Method Details |
|---|
__init__(self,
session,
proxy,
classname,
cond,
sort,
properties,
definition)
|
__getitem__(self,
index)
|
__len__(self)
|
__nonzero__(self)
|
__buildList(self) |
__fillup(self) |
__normalizeCondition(self, conditions)This function returns a normalized form of a condition. This means all field names are fully qualified and all constants given as Object instances will be replaced by their gnue_id.
|
__normalizeProperties(self, sequence)This function returns a sequence of fully qualified names.
|
__normalizeSorting(self, sorting)This function returns a normalized sorting sequence. Such a sequence has all fields fully qualified.
|
__populateList(self) |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Nov 20 23:01:31 2008 | http://epydoc.sf.net |