hpqtypes-1.12.0.0: Haskell bindings to libpqtypes
Safe HaskellNone
LanguageHaskell2010

Database.PostgreSQL.PQTypes.Internal.State

Description

Definition of internal DBT state.

Synopsis

Documentation

data DBState (m :: Type -> Type) Source #

Internal DB state.

Constructors

DBState 

Fields

updateStateWith :: forall sql (m :: Type -> Type) r. IsSQL sql => DBState m -> sql -> (r, ForeignPtr PGresult) -> IO (r, DBState m) Source #