The pgstream library
A simple C++ client library for PostgreSQL v7.4 or higher


  Table of contents

  1. Overview

  2. Connection to a database server: the pg_cnx class

  3. Issuing parameterized queries: the pg_stream class

  4. Using queries through cursors: the pg_cursor class

  5. Issuing SQL statements: the pg_stmt class

  6. Reading and writing binary contents: the pg_bytea class

  7. Using exceptions to catch database errors: the pg_excpt class

  8. Commit and rollback: the pg_trans class

  9. Download, license, author




Last modified: Tue Oct 5 16:54:30 CEST 2004