mnesia_corba_session

Functions


dirty_write(OE_THIS, Tab, Object) -> term()

dirty_write(OE_THIS, OE_Options, Tab, Object) -> term()

dirty_read(OE_THIS, Tab, Key) -> term()

dirty_read(OE_THIS, OE_Options, Tab, Key) -> term()

dirty_update_counter(OE_THIS, Tab, Key, Val) -> term()

dirty_update_counter(OE_THIS, OE_Options, Tab, Key, Val) -> term()

dirty_delete(OE_THIS, Tab, Key) -> term()

dirty_delete(OE_THIS, OE_Options, Tab, Key) -> term()

dirty_delete_object(OE_THIS, Tab, Object) -> term()

dirty_delete_object(OE_THIS, OE_Options, Tab, Object) -> term()

dirty_slot(OE_THIS, Tab, Slot) -> term()

dirty_slot(OE_THIS, OE_Options, Tab, Slot) -> term()

dirty_first(OE_THIS, Tab) -> term()

dirty_first(OE_THIS, OE_Options, Tab) -> term()

dirty_next(OE_THIS, Tab, Key) -> term()

dirty_next(OE_THIS, OE_Options, Tab, Key) -> term()

dirty_all_keys(OE_THIS, Tab) -> term()

dirty_all_keys(OE_THIS, OE_Options, Tab) -> term()

dirty_match_all(OE_THIS, Tab) -> term()

dirty_match_all(OE_THIS, OE_Options, Tab) -> term()

dirty_index_read(OE_THIS, Tab, Key, Pos) -> term()

dirty_index_read(OE_THIS, OE_Options, Tab, Key, Pos) -> term()

create_table(OE_THIS, Tab, TabDefs) -> term()

create_table(OE_THIS, OE_Options, Tab, TabDefs) -> term()

delete_table(OE_THIS, Tab) -> term()

delete_table(OE_THIS, OE_Options, Tab) -> term()

add_table_copy(OE_THIS, Tab, Node, Type) -> term()

add_table_copy(OE_THIS, OE_Options, Tab, Node, Type) -> term()

del_table_copy(OE_THIS, Tab, Node) -> term()

del_table_copy(OE_THIS, OE_Options, Tab, Node) -> term()

move_table_copy(OE_THIS, Tab, From, To) -> term()

move_table_copy(OE_THIS, OE_Options, Tab, From, To) -> term()

add_table_index(OE_THIS, Tab, Attrname) -> term()

add_table_index(OE_THIS, OE_Options, Tab, Attrname) -> term()

del_table_index(OE_THIS, Tab, Attrname) -> term()

del_table_index(OE_THIS, OE_Options, Tab, Attrname) -> term()

change_table_copy_type(OE_THIS, Tab, Node, Type) -> term()

change_table_copy_type(OE_THIS, OE_Options, Tab, Node, Type) -> term()

change_table_access_mode(OE_THIS, Tab, Mode) -> term()

change_table_access_mode(OE_THIS, OE_Options, Tab, Mode) -> term()

wait_for_tables(OE_THIS, Tabs, Timeout) -> term()

wait_for_tables(OE_THIS, OE_Options, Tabs, Timeout) -> term()

force_load_table(OE_THIS, Tab) -> term()

force_load_table(OE_THIS, OE_Options, Tab) -> term()

change_table_load_order(OE_THIS, Tab, Load_order) -> term()

change_table_load_order(OE_THIS, OE_Options, Tab, Load_order) -> term()

set_master_nodes1(OE_THIS, Nodes) -> term()

set_master_nodes1(OE_THIS, OE_Options, Nodes) -> term()

set_master_nodes2(OE_THIS, Tab, Nodes) -> term()

set_master_nodes2(OE_THIS, OE_Options, Tab, Nodes) -> term()

backup1(OE_THIS, Filename) -> term()

backup1(OE_THIS, OE_Options, Filename) -> term()

backup2(OE_THIS, Opaque, Modulename) -> term()

backup2(OE_THIS, OE_Options, Opaque, Modulename) -> term()

install_fallback1(OE_THIS, Filename) -> term()

install_fallback1(OE_THIS, OE_Options, Filename) -> term()

install_fallback2(OE_THIS, Opaque, Modulename) -> term()

install_fallback2(OE_THIS, OE_Options, Opaque, Modulename) -> term()

uninstall_fallback(OE_THIS) -> term()

uninstall_fallback(OE_THIS, OE_Options) -> term()

dump_log(OE_THIS) -> term()

dump_log(OE_THIS, OE_Options) -> term()

dump_tables(OE_THIS, List) -> term()

dump_tables(OE_THIS, OE_Options, List) -> term()

activate_checkpoint(OE_THIS, Cpdef) -> term()

activate_checkpoint(OE_THIS, OE_Options, Cpdef) -> term()

deactivate_checkpoint(OE_THIS, CpName) -> term()

deactivate_checkpoint(OE_THIS, OE_Options, CpName) -> term()

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

backup_checkpoint1(OE_THIS, OE_Options, CpName, Filename) -> term()

backup_checkpoint2(OE_THIS, CpName, Opaque, Modulename) -> term()

backup_checkpoint2(OE_THIS, OE_Options, CpName, Opaque, Modulename) -> term()

load_textfile(OE_THIS, Filename) -> term()

load_textfile(OE_THIS, OE_Options, Filename) -> term()

dump_to_textfile(OE_THIS, Filename) -> term()

dump_to_textfile(OE_THIS, OE_Options, Filename) -> term()

table_info(OE_THIS, Tab) -> term()

table_info(OE_THIS, OE_Options, Tab) -> term()

system_info(OE_THIS) -> term()

system_info(OE_THIS, OE_Options) -> term()

oe_is_a(X1) -> term()

oe_tc(X1) -> term()

oe_get_interface() -> term()

typeID() -> term()

oe_create() -> term()

oe_create_link() -> term()

oe_create(Env) -> term()

oe_create_link(Env) -> term()

oe_create(Env, RegName) -> term()

oe_create_link(Env, RegName) -> term()

init(Env) -> term()

terminate(Reason, State) -> term()

handle_call(X1, X2, OE_State) -> term()

handle_cast(X1, State) -> term()

handle_info(X1, State) -> term()

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

View Functions