hsql-postgresql-1.8.2: A Haskell Interface to PostgreSQL via the PQ library.

Safe HaskellNone
LanguageHaskell98

DB.HSQL.PG.Functions

Description

Interface to the functions of the the foreign code environment.

Synopsis

Documentation

type PGconn = Ptr () Source

type PGresult = Ptr () Source

pqSetdbLogin :: CString -> CString -> CString -> CString -> CString -> CString -> CString -> IO PGconn Source

Refer to PostgreSQL manual, chapter 30, `libpq - C library' (e.g. http:/www.postgresql.orgdocs8.3interactive/libpq.html)