current is a method of the SapDB_ResultSet class (sdb.sql module). You can use this method to read the data record on which the cursor in the result set is currently positioned.
Syntax
current()
Current data record
If the result set is empty or if the cursor is before the first or behind the last data record: None
Syntax
row = cursor.current ()
Example: Executing an SQL Statement and Navigating in the Result Set