Safe Haskell | None |
---|---|
Language | Haskell98 |
Database.PostgreSQL.PQTypes.Binary
Documentation
Wrapper for (de)serializing underlying type as bytea
.
Constructors
Binary b |
Instances
Functor Binary Source | |
Eq b => Eq (Binary b) Source | |
Ord b => Ord (Binary b) Source | |
Show b => Show (Binary b) Source | |
PQFormat (Binary ByteString) Source | |
FromSQL (Binary ByteString) Source | |
ToSQL (Binary ByteString) Source | |
type PQBase (Binary ByteString) = PGbytea Source | |
type PQDest (Binary ByteString) = PGbytea Source |