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