hpqtypes-1.12.0.0: Haskell bindings to libpqtypes
Safe HaskellSafe-Inferred
LanguageHaskell2010

Database.PostgreSQL.PQTypes.Internal.State

Description

Definition of internal DBT state.

Synopsis

Documentation

data DBState m Source #

Internal DB state.

Constructors

DBState 

Fields

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