Home
About
Download
Documentation
Community
Developers
Support
Donate
Your account
September 26, 2024:
PostgreSQL 17 Released!
Documentation
→
PostgreSQL 7.3
Unsupported versions:
7.3
/
7.2
/
7.1
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.
PostgreSQL 7.3.21 Documentation
Prev
Chapter 6.
PyGreSQL
-
Python
Interface
Next
6.5. Query Result Object:
pgqueryobject
Table of Contents
getresult
-- get the values returned by the query
dictresult
-- get the values returned by the query as a list of dictionaries
listfields
-- list the fields names of the query result
fieldname
-- get field name by number
fieldnum
-- get field number by name
ntuples
-- return the number of tuples in query object
Prev
Home
Next
delete
Up
getresult