[Erlang Systems]

ets

MODULE

MODULE SUMMARY

DESCRIPTION

EXPORTS

all() -> [Tab]

delete(Tab) -> true

delete(Tab, Key) -> true

delete_all_objects(Tab) -> true

delete_object(Tab,Object) -> true

file2tab(Filename) -> {ok,Tab} | {error,Reason}

first(Tab) -> Key | '$end_of_table'

fixtable(Tab, true|false) -> true | false

foldl(Function, Acc0, Tab) -> Acc1

foldr(Function, Acc0, Tab) -> Acc1

from_dets(Tab, DetsTab) -> Tab

i() -> void()

i(Tab) -> void()

info(Tab) -> [{Item,Value}] | undefined

info(Tab, Item) -> Value | undefined

init_table(Name, InitFun) -> true

insert(Tab, ObjectOrObjects) -> true

last(Tab) -> Key | '$end_of_table'

lookup(Tab, Key) -> [Object]

lookup_element(Tab, Key, Pos) -> Elem

match(Tab, Pattern) -> [Match]

match(Tab, Pattern, Limit) -> {[Match],Continuation} | '$end_of_table'

match(Continuation) -> {[Match],Continuation} | '$end_of_table'

match_delete(Tab, Pattern) -> true

match_object(Tab, Pattern) -> [Object]

match_object(Tab, Pattern, Limit) -> {[Match],Continuation} | '$end_of_table'

match_object(Continuation) -> {[Match],Continuation} | '$end_of_table'

member(Tab, Key) -> true | false

new(Name, Options) -> tid()

next(Tab, Key1) -> Key2 | '$end_of_table'

prev(Tab, Key1) -> Key2 | '$end_of_table'

rename(Tab, Name) -> Name

safe_fixtable(Tab, true|false) -> true | false

select(Tab, MatchSpec) -> [Object]

select(Tab, MatchSpec, Limit) -> {[Match],Continuation} | '$end_of_table'

select(Continuation) -> {[Match],Continuation} | '$end_of_table'

slot(Tab, I) -> [Object] | '$end_of_table'

tab2file(Tab, Filename) -> ok | {error,Reason}

tab2list(Tab) -> [Object]

test_ms(Tuple, MatchSpec) -> {ok, Result} | {error, Errors}

to_dets(Tab, DetsTab) -> Tab

update_counter(Tab, Key, {Pos,Incr}) -> Result
update_counter(Tab, Key, Incr) -> Result

AUTHORS


stdlib 1.10
Copyright © 1991-2001 Ericsson Utvecklings AB