Entering content frame

 Class SapDB_ResultSet 

Use

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.

Class Content

The class SapDB-ResultSet contains the following methods:

next ()

previous ()

relative (offset)

absolute (pos)

first ()

last ()

current ()

__getitem__ (pos)

getDescription ()

 

Examples for SapDB_ResultSet

 

Leaving content frame