Entering content frame

Function documentation Method last Locate the document in the library structure

Use

last is a method of the class SapDB_ResultSet.

With this method you position the cursor on the last data record in the result set.

Features

last ()

 

Result:

     Last data record in the result set

     If the result set is empty: None

Example

     row = cursor.last ()

     Executing SQL Statements and Navigating in the Result Set

 

Leaving content frame