Results for “Std.Db.Repository.RowError”
15 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Db.Repository.RowError
Why a row would not become a value.
- Std.Db.Repository.all
&Std.Db.Driver.Rows -> fn(Std.Db.Driver.Rows, Int) -> Result[T, Std.Db.Repository.RowError] -> Result[Array[T], Std.Db.Repository.RowError]Every row as a value.
- Std.Db.Repository.column
&Std.Db.Driver.Rows -> Str -> fn(Str) -> Option[T] -> Result[Array[T], Std.Db.Repository.RowError]One column of every row, mapped.
- Std.Db.Repository.count
&Std.Db.Driver.Rows -> Int -> Str -> Result[Int, Std.Db.Repository.RowError]One column as a count, which may not.
- Std.Db.Repository.explain
&Std.Db.Repository.RowError -> StrWhat a refusal says.
- Std.Db.Repository.first
&Std.Db.Driver.Rows -> fn(Std.Db.Driver.Rows, Int) -> Result[T, Std.Db.Repository.RowError] -> Result[Option[T], Std.Db.Repository.RowError]The first row as a value, for a caller that asked for several and means it.
- Std.Db.Repository.one
&Std.Db.Driver.Rows -> fn(Std.Db.Driver.Rows, Int) -> Result[T, Std.Db.Repository.RowError] -> Result[T, Std.Db.Repository.RowError]Exactly one row as a value.
- Std.Db.Repository.optional
&Std.Db.Driver.Rows -> fn(Std.Db.Driver.Rows, Int) -> Result[T, Std.Db.Repository.RowError] -> Result[Option[T], Std.Db.Repository.RowError]At most one row as a value.
- Std.Db.Repository.optionalText
&Std.Db.Driver.Rows -> Int -> Str -> Result[Option[Str], Std.Db.Repository.RowError]One column of one row as text, which must be there and may hold nothing.
- Std.Db.Repository.repository
Str -> fn(K) -> Result[Option[T], Std.Db.Repository.RowError] -> fn() -> Result[Array[T], Std.Db.Repository.RowError] -> fn(T) -> Result[Int, Std.Db.Repository.RowError] -> fn(K) -> Result[Int, Std.Db.Repository.RowError] -> Std.Db.Repository.Repository[T, K]A repository from its operations.
- Std.Db.Repository.text
&Std.Db.Driver.Rows -> Int -> Str -> Result[Str, Std.Db.Repository.RowError]One column of one row as text, which must be there and must hold something.
- Std.Db.Repository.truth
&Std.Db.Driver.Rows -> Int -> Str -> Result[Bool, Std.Db.Repository.RowError]One column as a truth.
- Std.Db.Repository.whole
&Std.Db.Driver.Rows -> Int -> Str -> Result[Int, Std.Db.Repository.RowError]One column as a whole number, which may be below nothing.
- Std.Db.Repository.wholeOr
&Std.Db.Driver.Rows -> Int -> Str -> Int -> Result[Int, Std.Db.Repository.RowError]One column as a whole number, or a fallback when it holds nothing.
- Std.Db.Store.stored
Str -> Str -> &Array[Str] -> fn(T) -> Array[Option[Str]] -> fn(Std.Db.Driver.Rows, Int) -> Result[T, Std.Db.Repository.RowError] -> Std.Db.Store.Stored[T]Describe how a value is written to a table and read back.
