Module mx_mnesia

Behaviours: gen_server.

Function Index

clear_all_tables/0
nodes/0
start_link/0 Starts the server.
status/0

Function Details

clear_all_tables/0

clear_all_tables() -> any()

nodes/0

nodes() -> any()

start_link/0

start_link() -> {ok, Pid} | ignore | {error, Error}

Starts the server

status/0

status() -> any()


Generated by EDoc