Safe Haskell | None |
---|---|
Language | Haskell2010 |
Database.PostgreSQL.PQTypes.JSON
Documentation
Wrapper for (de)serializing underlying type as json
.
Instances
Wrapper for (de)serializing underlying type as jsonb
.
Instances
Functor JSONB Source # | |||||
Show jsonb => Show (JSONB jsonb) Source # | |||||
Eq jsonb => Eq (JSONB jsonb) Source # | |||||
Ord jsonb => Ord (JSONB jsonb) Source # | |||||
Defined in Database.PostgreSQL.PQTypes.JSON | |||||
PQFormat (JSONB jsonb) Source # | |||||
Defined in Database.PostgreSQL.PQTypes.JSON | |||||
FromSQL (JSONB Value) Source # | |||||
FromSQL (JSONB ByteString) Source # | |||||
Defined in Database.PostgreSQL.PQTypes.JSON Associated Types
Methods fromSQL :: Maybe (PQBase (JSONB ByteString)) -> IO (JSONB ByteString) Source # | |||||
FromSQL (JSONB ByteString) Source # | |||||
Defined in Database.PostgreSQL.PQTypes.JSON Associated Types
Methods fromSQL :: Maybe (PQBase (JSONB ByteString)) -> IO (JSONB ByteString) Source # | |||||
ToSQL (JSONB Value) Source # | |||||
ToSQL (JSONB ByteString) Source # | |||||
Defined in Database.PostgreSQL.PQTypes.JSON Associated Types
Methods toSQL :: JSONB ByteString -> ParamAllocator -> (Ptr (PQDest (JSONB ByteString)) -> IO r) -> IO r Source # | |||||
ToSQL (JSONB ByteString) Source # | |||||
Defined in Database.PostgreSQL.PQTypes.JSON Associated Types
Methods toSQL :: JSONB ByteString -> ParamAllocator -> (Ptr (PQDest (JSONB ByteString)) -> IO r) -> IO r Source # | |||||
type PQBase (JSONB Value) Source # | |||||
Defined in Database.PostgreSQL.PQTypes.JSON | |||||
type PQBase (JSONB ByteString) Source # | |||||
Defined in Database.PostgreSQL.PQTypes.JSON | |||||
type PQBase (JSONB ByteString) Source # | |||||
Defined in Database.PostgreSQL.PQTypes.JSON | |||||
type PQDest (JSONB Value) Source # | |||||
Defined in Database.PostgreSQL.PQTypes.JSON | |||||
type PQDest (JSONB ByteString) Source # | |||||
Defined in Database.PostgreSQL.PQTypes.JSON | |||||
type PQDest (JSONB ByteString) Source # | |||||
Defined in Database.PostgreSQL.PQTypes.JSON |