Entering content frame

Function documentation Method current Locate the document in the library structure

Use

current is a method of the class SapDB_ResultSet.

With this method you read the data record on which the cursor in the result set is currently positioned.

Features

current()

 

Result:

     Current data record

     If the result set is empty/if the cursor is before the first or behind the last data record: None

Example

     row = cursor.current ()

     Executing SQL Statements and Navigating in the Result Set

 

Leaving content frame