|
Database Result Set ObjectThe Database Object's execute_select() method will return variables of Database Result Set type. You can also create an empty Database Result Set object using the Database Object's get_empty_default_result_set() method. A Database Result Set simply contains all the tuples (rows) returned from the executed query. The table below lists all the methods currently available on the Database Result Set object:
For more information, see Database Object to view a detailed example on how to use the methods for the Database Result Set Object. |