libpqxx tutorial
Next
libpqxx tutorial
Jeroen
Vermeulen
<
jtv@xs4all.nl
>
Copyright © 2002, 2003, 2004 Jeroen Vermeulen
Table of Contents
About libpqxx
1. Why another C++ SQL library?
2. Class overview
3. Tutorial
Before we begin programming
This document
C++ conventions
Setting up a connection
Performing a transaction
What's a Transaction?
Creating a transaction object
Ending a transaction
Executing queries
Getting query results
Doing Transactions Right: Transactors
Functors
How Transactors Work