persistable-types-HDBC-pg-0.0.3.5: HDBC and Relational-Record instances of PostgreSQL extended types

Copyright2015-2018 Kei Hibino
LicenseBSD3
Maintainerex8k.hibino@gmail.com
Stabilityexperimental
Portabilityunknown
Safe HaskellNone
LanguageHaskell2010

Database.HDBC.PostgreSQL.Persistable

Contents

Description

This module defines Persistable instances for PostgreSQL types

Orphan instances

PersistableWidth Inet Source # 
Instance details

PersistableWidth Cidr Source # 
Instance details

ToSql SqlValue Inet Source # 
Instance details

Methods

recordToSql :: RecordToSql SqlValue Inet #

ToSql SqlValue Cidr Source # 
Instance details

Methods

recordToSql :: RecordToSql SqlValue Cidr #

FromSql SqlValue Inet Source # 
Instance details

Methods

recordFromSql :: RecordFromSql SqlValue Inet #

FromSql SqlValue Cidr Source # 
Instance details

Methods

recordFromSql :: RecordFromSql SqlValue Cidr #

HasColumnConstraint NotNull Inet Source # 
Instance details

HasColumnConstraint NotNull Cidr Source # 
Instance details