Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Database.Persist.SqlBackend.Internal.IsolationLevel
Synopsis
- data IsolationLevel
- makeIsolationLevelStatement :: (Monoid s, IsString s) => IsolationLevel -> s
Documentation
data IsolationLevel Source #
Please refer to the documentation for the database in question for a full overview of the semantics of the varying isloation levels
Constructors
ReadUncommitted | |
ReadCommitted | |
RepeatableRead | |
Serializable |
Instances
makeIsolationLevelStatement :: (Monoid s, IsString s) => IsolationLevel -> s Source #