Lethe.Query (Lethe v0.2.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Lethe.Query{
  fields: %{required(Lethe.field()) => non_neg_integer()} | nil,
  limit: Lethe.limit() | nil,
  lock: Lethe.lock() | nil,
  ops: [Lethe.matchspec_condition()] | nil,
  select: [Lethe.field()] | nil,
  table: Lethe.table() | nil
}