ecto_mnesia v0.9.1 EctoMnesia.Record.Update
This module decodes query.updates AST (from Ecto.Query) and applies all changes on a Mnesia record.
Link to this section Summary
Functions
Build am update statement from Keyword for EctoMnesia.Table.update/4
Update record by a Ecto.Query.updates instructions
Link to this section Functions
Link to this function
from_keyword(schema, table, params, context)
Build am update statement from Keyword for EctoMnesia.Table.update/4.
Link to this function
update_record(exprs, sources, context)
Update record by a Ecto.Query.updates instructions.
Link to this function
update_record(updates, list, sources, context)