Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Database.PostgreSQL.PQTypes.Transaction.Settings
- data RestartPredicate = forall e . Exception e => RestartPredicate (e -> Integer -> Bool)
- data TransactionSettings = TransactionSettings {}
- data IsolationLevel
- data Permissions
- defaultTransactionSettings :: TransactionSettings
Documentation
data RestartPredicate Source
Predicate that determines whether the transaction has to be restarted.
Constructors
forall e . Exception e => RestartPredicate (e -> Integer -> Bool) |
Instances
data TransactionSettings Source
Constructors
TransactionSettings | |
Fields
|
Instances
data IsolationLevel Source
Constructors
DefaultLevel | |
ReadCommitted | |
RepeatableRead | |
Serializable |
defaultTransactionSettings :: TransactionSettings Source
Default transaction settings.