[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Relational Database Connectivity
nobody@nowhere.com
nobody@nowhere.com
Wed, 14 Aug 2002 13:24:03 -0400
From: nobody@nowhere.com
To: zdp@zope.org
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/RelationalDatabases.stx#3-23
---------------
The items in the sequence of results returned by a Z SQL Method
are called *Result objects*. Result objects can be thought of
as rows from the database table turned into Zope objects. These
objects have attributes that match the schema of the database
results.
% Anonymous User - Aug. 14, 2002 1:24 pm:
A useful tip is that you can access the column headings of your database table by calling <results
object>.names()