| pyroxide.orm.mapper (version 52 , 2007-04-10 01:15:16 -0700 (Tue, 10 Apr 2007) ) | index /usr/lib/python2.4/site-packages/pyroxide/orm/mapper.py |
An Object to Relational mapping module.
A mapper class that move data between the domain objects and a relational
database.
The architecture is such that the Domain knows nothing of the Mappers,
however, the mapping layer does know of domain objects.
| Modules | ||||||
| ||||||
| Classes | ||||||||||
|
| ||||||||||
| Data | ||
| SQL = 15 __HeadURL__ = '$URL: http://pyroxide.org/svn/pyroxide/trunk/src/main/python/pyroxide/orm/mapper.py $' __Id__ = '$Id: mapper.py 52 2007-04-10 08:15:16Z kevin $' __LastChangedBy__ = '$Author: kevin $' __LastChangedDate__ = '$Date: 2007-04-10 01:15:16 -0700 (Tue, 10 Apr 2007) $' __Revision__ = '$Rev: 52 $' __author__ = 'Kevin J. Smith (kevin@rootsmith.ca)' __copyright__ = '(c) 2006 rootsmith Inc.' __credits__ = '' __date__ = ' 2007-04-10 01:15:16 -0700 (Tue, 10 Apr 2007) ' __version__ = ' 52 ' | ||
| Author | ||
| Kevin J. Smith (kevin@rootsmith.ca) | ||
| Credits | ||