Safe Haskell | None |
---|---|
Language | Haskell2010 |
- data RestartPredicate = Exception e => RestartPredicate (e -> Integer -> Bool)
- data TransactionSettings = TransactionSettings {}
- data IsolationLevel
- data Permissions
- def :: Default a => a
Documentation
data RestartPredicate Source #
Predicate that determines whether the transaction has to be restarted.
Exception e => RestartPredicate (e -> Integer -> Bool) |
data TransactionSettings Source #
TransactionSettings | |
|
Show TransactionSettings Source # | |
Default TransactionSettings Source # | Default transaction settings. |
data IsolationLevel Source #
data Permissions Source #