PostgreSQL.h
ŠP3 Consulting, 2002-2003 All Rights Reserved
This is a Cocoa-wrapper around the libcpg functions for connecting to a PostgreSQL database.
As some of you will notice most of the following API is designed to be
- as far as possible - source code compatible with OpenBase Basic API.
This is due to the simple fact that I also used OpenBase and want to migrate as easely
as possible some of my own code to PostgreSQL.
In order to support uniqueRowIdForTable
functionnality, you have to had a
_rowid BIGSERIAL NOT NULL UNIQUE PRIMARY KEY
field to every table you plan to use with uniqueRowIdForTable
.
Differences with OpenBase API: