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 | |
PGParameter "cidr" PGInet | |
PGParameter "inet" PGInet |
sockAddrPGInet :: SockAddr -> Maybe PGInet Source