mnesia_corba_session_impl

Functions


init(ConnectionType) -> term()

terminate(Reason, State) -> term()

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

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

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

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

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

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

dirty_first(This, State, TabName) -> term()

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

dirty_all_keys(This, State, TabName) -> term()

dirty_match_all(This, State, TabName) -> term()

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

backup1(This, State, Filename) -> term()

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

install_fallback1(This, State, Filename) -> term()

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

uninstall_fallback(This, State) -> term()

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

delete_table(This, State, TabName) -> term()

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

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

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

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

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

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

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

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

force_load_table(This, State, TabName) -> term()

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

set_master_nodes1(This, State, NodeNames) -> term()

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

dump_log(This, State) -> term()

dump_tables(This, State, TableList) -> term()

activate_checkpoint(This, State, CpDef) -> term()

deactivate_checkpoint(This, State, CpName) -> term()

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

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

load_textfile(This, State, Filename) -> term()

dump_to_textfile(This, State, Filename) -> term()

table_info(This, State, TabName) -> term()

system_info(This, State) -> term()

View Functions