attributedef() = [{Column::atom(), columndef()}]
columndef() = text | int | tuple()
option() = {odbc_host, string()} | {Table::atom(), [tabdef()]}
options() = [option()]
tabdef() = {attributes, AtomList} | {record_name, atom()} | {types, attributedef()}
add_table_copy(Host, Tab, Node, Type) -> any()
add_table_index(Host, Tab, Attribute) -> any()
all_table_hosts(Tab) -> any()
async_dirty(Host, Tab, Fun) -> any()
backend_apply(F, Host, Tab) -> any()
backend_apply(F, Host, Tab, A) -> any()
behaviour_info(X1) -> any()
count_records(Host, Tab) -> any()
count_records(Host, Tab, MatchRules) -> any()
create_table(X1::backend(), Host::binary(), Name::atom(), Def::options()) -> {atomic, ok} | {aborted, Reason}
define_table(Backend, Host, Name, Def) -> any()
delete(Host, X2) -> any()
delete(Host, Tab, Key, LockKind) -> any()
delete_object(Host, Rec) -> any()
delete_object(Host, Tab, Rec, LockKind) -> any()
delete_table(Host, Tab) -> any()
delete_where(Host, Tab, MatchRules) -> any()
delete_where_mnesia1(X1) -> any()
dirty_count_records(Host, Tab) -> any()
dirty_count_records(Host, Tab, MatchRules) -> any()
dirty_delete(Host, X2) -> any()
dirty_delete(Host, Tab, Key) -> any()
dirty_delete_object(Host, Rec) -> any()
dirty_delete_object(Host, Tab, Rec) -> any()
dirty_delete_where(Host, Tab, MatchRules) -> any()
dirty_read(Host, X2) -> any()
dirty_read(Host, Tab, Key) -> any()
dirty_select(Host, Tab, MatchRules) -> any()
dirty_write(Host, Rec) -> any()
dirty_write(Host, Tab, Rec) -> any()
filter_mnesia_tabdef(TabDef::list()) -> [{atom(), any()}]
filter_mnesia_tabdef_(X1) -> any()
get_table(Host, Tab) -> any()
To do
list_find(E, L) -> any()
list_find(E, L, N) -> any()
matchrules_to_mnesia_matchspec(Tab, MatchRules) -> any()
matchrules_transform_column_op(Op, Expression, Pattern) -> any()
matchrules_transform_conditions(Attributes, T) -> any()
To do
mnesia_count_records_cont(Cont, Count) -> any()
read(Host, X2) -> any()
read(Host, Tab, Key, LockKind) -> any()
select(X1, Cont) -> any()
select(Host, Tab, MatchRules) -> any()
select(Host, Tab, MatchRules, Lock) -> any()
select(Host, Tab, MatchRules, N, Lock) -> any()
sync_dirty(Host, Tab, Fun) -> any()
table_info(Host, Tab, InfoKey) -> any()
transaction(Host, Tab, Fun) -> any()
transaction2(Host, Tab, Fun) -> any()
write(Host, Rec) -> any()
write(Host, Tab, Rec, LockKind) -> any()
write_lock_table(Host, Tab) -> any()
Generated by EDoc, May 27 2013, 07:15:12.