This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the
current
version, or one of the other supported versions listed above instead.
Name
getresult -- gets the values returned by
the query
Synopsis
getresult()
Exceptions
- SyntaxError
-
Too many arguments.
- pg.error
-
Invalid previous result.
Description
getresult() method returns the list
of the values returned by the query. More information about this
result may be accessed using listfields, fieldname
and fieldnum methods.