mnesia_session_impl

Functions


init(ConnectionType) -> term()

code_change(Vsn, State, Extra) -> term()

terminate(Reason, State) -> term()

dirty_write(State, Tab, Obj) -> term()

dirty_read(State, Tab, KeyObj) -> term()

dirty_update_counter(State, Tab, KeyObj, Val) -> term()

dirty_delete(State, Tab, KeyObj) -> term()

dirty_delete_object(State, Tab, RecordObj) -> term()

dirty_slot(State, Tab, SlotNr) -> term()

dirty_first(State, TabName) -> term()

dirty_next(State, TabName, KeyObj) -> term()

dirty_all_keys(State, TabName) -> term()

dirty_match_object(State, Tab, Pattern) -> term()

dirty_match_all(State, TabName) -> term()

dirty_index_read(State, Tab, KeyObj, Pos) -> term()

dirty_index_match_object(State, Tab, Pattern, Pos) -> term()

backup1(State, Filename) -> term()

backup2(State, OpaqueData, Module) -> term()

install_fallback1(State, Filename) -> term()

install_fallback2(State, OpaqueData, Module) -> term()

uninstall_fallback(State) -> term()

create_table(State, TabName, Tabdef) -> term()

delete_table(State, TabName) -> term()

add_table_copy(State, TabName, ToNode, ReplicaStorage) -> term()

del_table_copy(State, TabName, FromNode) -> term()

move_table_copy(State, TabName, FromNode, ToNode) -> term()

add_table_index(State, TabName, ColumnNr) -> term()

del_table_index(State, TabName, ColumnNr) -> term()

change_table_copy_type(State, TabName, NodeName, SType) -> term()

change_table_access_mode(State, TabName, Mode) -> term()

wait_for_tables(State, TabNames, Timeout) -> term()

force_load_table(State, TabName) -> term()

change_table_load_order(State, TabName, LoadOrder) -> term()

set_master_nodes1(State, NodeNames) -> term()

set_master_nodes2(State, TabName, NodeNames) -> term()

dump_log(State) -> term()

dump_tables(State, TableList) -> term()

activate_checkpoint(State, CpDef) -> term()

deactivate_checkpoint(State, CpName) -> term()

backup_checkpoint1(State, CpName, Filename) -> term()

backup_checkpoint2(State, CpName, OpaqueData, ModName) -> term()

load_textfile(State, Filename) -> term()

dump_to_textfile(State, Filename) -> term()

table_info(State, TabName) -> term()

system_info(State) -> term()

create_schema(State, Nodes) -> term()

delete_schema(State, Nodes) -> term()

start_mnesia(State) -> term()

stop_mnesia(State) -> term()

View Functions