View Source Matcha.Table.Mnesia (Matcha v0.1.10)

Link to this section Summary

Link to this section Types

@type lock() :: :read | :sticky_write | :write
@type opts() :: [{:lock, lock()}]
@type table() :: atom()

Link to this section Functions

Link to this macro

match_object(table, pattern, opts \\ [])

View Source (macro)
Link to this macro

select(table, spec, opts \\ [])

View Source (macro)