Previous Chapter | Up | Next Section | Contents

Defining result classes


The Advanced view on database methods provides the ability to supply Python classes from which result objects can inherit methods. ( ) This facility allows rich behavior to be provided using the Python programming languages. Individual database results are instances of subclasses of the given Python class and have data attributes from the relational database.

In the future, it will be possible to define Zope classes, developed through the web, to provide behavior to database results.

Previous Chapter | Up | Next Section | Contents

SUBSECTIONS