Entering content frame

 Method getResultSet 

Definition

getResultSet ()

Use

getResultSet is a method of the class SapDB_Result. You call this method to extract the results set generated by an SQL statement.

Result

If the statement generated a results set, the method returns an object of the class SapDB_ResultSet. Otherwise, the value of the result is None.

 

Leaving content frame