| Copyright | 2015 Dylan Simon |
|---|---|
| Safe Haskell | None |
| Language | Haskell98 |
Database.PostgreSQL.Typed.Inet
Description
Representaion of PostgreSQL's inet/cidr types using Network.Socket. We don't (yet) supply PGColumn (parsing) instances.
Documentation
Constructors
| PGInet | |
Fields
| |
| PGInet6 | |
Fields
| |
Instances
| Show PGInet Source | |
| PGParameter "cidr" PGInet Source | |
| PGParameter "inet" PGInet Source |
sockAddrPGInet :: SockAddr -> Maybe PGInet Source