Entering content frame

Background documentation SapDB_ResultSet Class Locate the document in the library structure

Use

SapDB_ResultSet is a class of the sdb.sql Module. You can use this class to navigate within a result set and extract data.

Class Content

The SapDB_ResultSet class contains the following methods:

next ()

previous ()

relative (offset)

absolute (pos)

first ()

last ()

current ()

__getitem__ (pos)

getDescription ()

Note

The following applies for the next, previous, relative, absolute, first, last and current methods:

Python 2.x: The system has read and write access to UNICODE columns.

Python 1.5.2: UNICODE output values are converted to ASCII. An error is registered if this conversion fails.

 

Examples for SapDB_ResultSet

 

Leaving content frame