Trees | Indices | Help |
|
---|
|
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Method Details |
Return the first (index, data) pair in the database. This should be called before the first call to next(). Note that the data return is in the format of the serialized format stored in the database, not in the more usable class object. The data should be converted to a class using the class's unserialize method. If no data is available, None is returned.
|
Return the next (index, data) pair in the database. Like the first() method, the data return is in the format of the serialized format stored in the database, not in the more usable class object. The data should be converted to a class using the class's unserialize method. None is returned when no more data is available.
|
Close the cursor. This should be called when the user is finished using the cursor, freeing up the cursor's resources.
|
Return the number of records in the table referenced by the cursor.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Mar 9 21:52:26 2008 | http://epydoc.sourceforge.net |