View Source EctoFoundationDB.QueryPlan (Ecto.Adapters.FoundationDB v0.4.0)

See Ecto.Adapters.FoundationDB

Summary

Types

@type t() :: %EctoFoundationDB.QueryPlan{
  constraints: term(),
  context: term(),
  layer_data: term(),
  schema: term(),
  source: term(),
  tenant: term(),
  updates: term()
}

Functions

Link to this function

get(tenant, source, schema, context, wheres, updates, params)

View Source
Link to this function

get_op(arg1, schema, params)

View Source
Link to this function

get_pinned_param(params, val)

View Source
Link to this function

walk_ast(wheres, schema, params, constraints)

View Source