Results for “Std.Db.Store.Target”
10 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Db.Store.Target
A database a store reads and writes through: a client, and the driver that
- Std.App.Database.storeTarget
&Std.App.Database.Database -> Result[Std.Db.Store.Target, Std.Db.Driver.Error]This database as a store reads and writes it. A database that is not
- Std.Db.Store.changeIn
&Std.Db.Store.Target -> &Std.Db.Store.Stored[T] -> Option[Str] -> T -> Result[Int, Std.Db.Store.StoreError]Change the one a key names through any driver, and say how many rows it
- Std.Db.Store.loadAllIn
&Std.Db.Store.Target -> &Std.Db.Store.Stored[T] -> Result[Array[T], Std.Db.Store.StoreError]Read every one through any driver.
- Std.Db.Store.loadForParentsIn
&Std.Db.Store.Target -> &Std.Db.Store.Stored[T] -> Str -> &Array[Option[Str]] -> Result[Map[Str, Array[T]], Std.Db.Store.StoreError]Read everything belonging to any of these parents through any driver, in
- Std.Db.Store.loadIn
&Std.Db.Store.Target -> &Std.Db.Store.Stored[T] -> Option[Str] -> Result[Option[T], Std.Db.Store.StoreError]Read the one a key names through any driver.
- Std.Db.Store.loadWhereIn
&Std.Db.Store.Target -> &Std.Db.Store.Stored[T] -> &Std.Db.Query.Statement -> Result[Array[T], Std.Db.Store.StoreError]Read everything a statement chooses through any driver.
- Std.Db.Store.removeIn
&Std.Db.Store.Target -> &Std.Db.Store.Stored[T] -> Option[Str] -> Result[Int, Std.Db.Store.StoreError]Remove the one a key names through any driver, and say how many rows went.
- Std.Db.Store.saveIn
&Std.Db.Store.Target -> &Std.Db.Store.Stored[T] -> T -> Result[Int, Std.Db.Store.StoreError]Add one through any driver, and say how many rows it changed.
- Std.Db.Store.through
&Std.Db.Driver.Client -> &Std.Db.Driver.Driver -> Std.Db.Store.TargetA target from a client and the driver that opened it.
