| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Simplex.Messaging.Agent.Store.SQLite.Common
Documentation
Constructors
| DBStore | |
Fields
| |
Constructors
| DBOpts | |
Fields
| |
data SQLiteFuncDef Source #
Constructors
| SQLiteFuncDef | |
Fields
| |
data SQLiteFuncPtrs Source #
Constructors
| SQLiteFuncPtr | |
Fields
| |
| SQLiteAggrPtrs | |
Fields
| |
withConnection :: DBStore -> (Connection -> IO a) -> IO a Source #
withConnection' :: DBStore -> (Connection -> IO a) -> IO a Source #
withTransaction :: DBStore -> (Connection -> IO a) -> IO a Source #
withTransaction' :: DBStore -> (Connection -> IO a) -> IO a Source #
withTransactionPriority :: DBStore -> Bool -> (Connection -> IO a) -> IO a Source #
withSavepoint :: Connection -> Query -> IO a -> IO (Either SQLError a) Source #
dbBusyLoop :: forall a. IO a -> IO a Source #