Entering content frame

Function documentation Method first Locate the document in the library structure

Use

first is a method of the class SapDB_ResultSet.

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

Features

first ()

 

Result:

     First data record in the result set

     If the result set is empty: None

Example

     row = cursor.first ()

     Executing SQL Statements and Navigating in the Result Set

 

Leaving content frame