hpqtypes-1.9.2.1: Haskell bindings to libpqtypes
Safe HaskellNone
LanguageHaskell2010

Database.PostgreSQL.PQTypes.Internal.C.Types

Description

Mappings of types used by libpq/libpqtypes to Haskell ADTs.

Documentation

newtype ResultFormat Source #

Constructors

ResultFormat CInt 

newtype ErrorField Source #

Constructors

ErrorField CInt 

Instances

Instances details
Eq ErrorField Source # 
Instance details

Defined in Database.PostgreSQL.PQTypes.Internal.C.Types

newtype TypeClass Source #

Constructors

TypeClass CInt 

Instances

Instances details
Eq TypeClass Source # 
Instance details

Defined in Database.PostgreSQL.PQTypes.Internal.C.Types

newtype PGerror Source #

Constructors

PGerror 

Fields

data PGbytea Source #

Constructors

PGbytea 

data PGuuid Source #

Constructors

PGuuid 

Instances

Instances details
Show PGuuid Source # 
Instance details

Defined in Database.PostgreSQL.PQTypes.Internal.C.Types

Storable PGuuid Source # 
Instance details

Defined in Database.PostgreSQL.PQTypes.Internal.C.Types

data PGdate Source #

Constructors

PGdate 

Instances

Instances details
Show PGdate Source # 
Instance details

Defined in Database.PostgreSQL.PQTypes.Internal.C.Types

Storable PGdate Source # 
Instance details

Defined in Database.PostgreSQL.PQTypes.Internal.C.Types