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

Database.PostgreSQL.Simple.Field

Synopsis

Documentation

data Field Source

A Field represents metadata about a particular field

You don't particularly want to retain these structures for a long period of time, as they will retain the entire query result, not just the field metadata

data Format

Constructors

Text 
Binary 

data RawResult Source

Constructors

RawResult 

Instances