iNTERFACEWARE Products Manual > Installing and Using Chameleon > Using Python Scripting > Chameleon Python API > Database Result Set Object |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
The 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. |