Results for “Std.Db.Isolation”
3 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Db.Isolation
How much a transaction is protected from what other transactions are doing.
- Std.Db.beginWith
Std.Db.Session.Connection -> &Std.Db.Isolation -> Result[Std.Db.Session.Connection, Std.Db.Session.DbError]Begin a transaction at a stated level of protection.
- Std.Db.transactionWith
&Std.Db.Pool -> &Std.Db.Isolation -> fn(Std.Db.Session.Connection) -> (Result[T, Std.Db.Session.DbError], Std.Db.Session.Connection) -> Result[T, Std.Db.Session.DbError]The same, at a stated level of protection.
