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

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 Source #

ToSql SqlValue Cidr Source # 
Instance details

Methods

recordToSql :: RecordToSql SqlValue Cidr Source #

FromSql SqlValue Inet Source # 
Instance details

FromSql SqlValue Cidr Source # 
Instance details

HasColumnConstraint NotNull Inet Source # 
Instance details

HasColumnConstraint NotNull Cidr Source # 
Instance details