Home | Trees | Index | Help |
|
---|
Package Modeling :: Module FetchSpecification :: Class FetchSpecification |
|
Method Summary | |
---|---|
Initializes the FetchSpecification | |
distinctFlag(self)
| |
entityName(self)
| |
fetchesRawRows(self)
| |
fetchLimit(self)
| |
isDeep(self)
| |
locksObjects(self)
| |
qualifier(self)
| |
refreshesRefetchedObjects(self)
| |
setEntityName(self,
entityName)
| |
setFetchesRawRows(self,
aBool)
| |
setFetchLimit(self,
limit)
| |
setIsDeep(self,
deepFlag)
| |
setLocksObject(self,
lockFlag)
| |
setQualifier(self,
aQualifier)
| |
setRefreshesRefetchedObjects(self,
aBool)
| |
setSortOrderings(self,
sortOrderings)
| |
setUsesDistinct(self,
distinctFlag)
| |
sortOrderings(self)
| |
usesDistinct(self)
|
Class Variable Summary | |
---|---|
tuple |
__implements__ = (<class Modeling.interfaces.FetchSpecif...
|
Method Details |
---|
__init__(self,
entityName,
qualifier=None,
sortOrderings=(),
distinctFlag=0,
deepFlag=0,
hints={})
Initializes the FetchSpecification |
Class Variable Details |
---|
__implements__
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Mar 4 13:36:20 2006 | http://epydoc.sf.net |