current ()
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.
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