Count(count)
Signature: Computation<int64> -> 'next
|
|
Delete(delete)
Signature: Command -> 'next
|
|
Execute(exec)
Signature: Computation<unit> -> 'next
|
|
Find(find)
Signature: Computation<'t option> -> 'next
|
|
Prepared(string,obj [],prepared)
Signature: string * obj [] * PreparedStatement -> 'next
|
|
Read(read)
Signature: Computation<seq<'t>> -> 'next
|
|
Select(sel,select)
Signature: (type) * Query -> 'next
|
|
Table(table)
Signature: TableStatement -> 'next
|
|
Take(n,take)
Signature: int * Query -> 'next
|
|
Update(update)
Signature: Command -> 'next
|
|
UpdateIf(upif,updateIf)
Signature: (type) * Command -> 'next
|
|
Upsert(i,item)
Signature: 't * Command -> 'next
|
|
Where(w,where)
Signature: (type) * Query -> 'next
|
|
WithConsistency(c,consistency)
Signature: Consistency * AcceptsConsistency -> 'next
|
|