Entering content frame

 Method previous 

Definition

previous ()

Use

previous is a method of the class SapDB_ResultSet. You use this method to position the cursor on the previous record within a results set, to extract this record.

Result

The record is extracted.

If you are at the beginning of the results set, the value of the result is None.

row = cursor.previous ()

See also: Examples for SapDB_ResultSet

 

Leaving content frame