Entering content frame

 Method last 

Definition

last ()

Use

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

Result

The record is extracted.

If the results set is empty, the value of the result is None.

row = cursor.last ()

See also: Examples for SapDB_ResultSet

 

Leaving content frame