postgresql-simple-0.0.2: Mid-Level PostgreSQL client library

Maintainerleon@melding-monads.com

Database.PostgreSQL.Simple.LargeObjects

Description

 

Synopsis

Documentation

newtype Oid

Constructors

Oid CUInt 

data LoFd

LoFd is a Large Object (pseudo) File Descriptor. It is understood by libpq but not by operating system calls.

Instances

data IOMode

See System.IO.openFile

data SeekMode

A mode that determines the effect of hSeek hdl mode i.

Constructors

AbsoluteSeek

the position of hdl is set to i.

RelativeSeek

the position of hdl is set to offset i from the current position.

SeekFromEnd

the position of hdl is set to offset i from the end of the file.