getResultSet ()
getResultSet is a method of the class SapDB_Result. You call this method to extract the results set generated by an SQL statement.
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.