Entering content frame

 Method current 

Definition

current ()

Use

current is a method of the class SapDB_ResultSet. You use this method to extract the record at the current cursor position in the results set.

Result

The record is extracted.

If the cursor is positioned before the first record, or after the last record, then the value of the result is None.

row = cursor.current ()

See also: Examples for SapDB_ResultSet

 

Leaving content frame