first ()
first is a method of the class SapDB_ResultSet. You use this method to position the cursor on the first record of the results set, to extract the record.
The record is extracted.
If the results set is empty, the value of the result is None.
row = cursor.first ()
See also: Examples for SapDB_ResultSet