SapDB-ResultSet is a class of the module sapdb.sql. You can use this class to navigate within a results set, and to extract the data from the set.
The class SapDB-ResultSet contains the following methods:
next ()
previous ()
relative (offset)
absolute (pos)
first ()
last ()
current ()
__getitem__ (pos)
getDescription ()
Examples for SapDB_ResultSet