• Home
  • Download
  • Documentation
  • Community
PyGreSQL

Navigation

  • index
  • modules    
  • next    
  • previous    
  • PyGreSQL 4.2 documentation »

pgdb — The DB-API Compliant Interface¶

Contents¶

  • Introduction
  • Module functions and constants
    • connect – Open a PostgreSQL connection
    • Module constants
    • Errors raised by this module
  • pgdbCnx – The connection object
    • close – close the connection
    • commit – commit the connection
    • rollback – roll back the connection
    • cursor – return a new cursor object
  • pgdbCursor – The cursor object
    • description – details regarding the result columns
    • rowcount – number of rows of the result
    • close – close the cursor
    • execute – execute a database operation
    • executemany – execute many similar database operations
    • fetchone – fetch next row of the query result
    • fetchmany – fetch next set of rows of the query result
    • fetchall – fetch all rows of the query result
    • row_factory – process a row of the query result
    • arraysize - the number of rows to fetch at a time
  • pgdbType – Type objects and constructors
    • Type constructors
    • Type objects

Logo

Page contents

  • pgdb — The DB-API Compliant Interface
    • Contents

Previous page

← The Notification Handler

Next page

→ Introduction

This Page

  • Show Source

Quick search

Enter search terms or a module, class or function name.

Navigation

  • index
  • modules    
  • next    
  • previous    
  • PyGreSQL 4.2 documentation »
© Copyright 2016, The PyGreSQL team. Created using Sphinx 1.3.4.