Entering content frame

 Method next 

Definition

next ()

Use

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

Result

The record is extracted.

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

row = cursor.next ()

See also: Examples for SapDB_ResultSet

 

Leaving content frame