Toggle Sidebar
Toggle Theme
ets
v0.7.2
Pages
Modules
ets v0.7.2
Ets.Utils
View Source
Contains helper macros used by
Ets
modules.
Link to this section
Summary
Functions
catch_bad_records(records, list)
catch_error(list)
catch_invalid_select_spec(spec, list)
catch_key_not_found(table, key, list)
catch_record_too_small(table, record, list)
catch_records_too_small(table, records, list)
catch_table_already_exists(table_name, list)
catch_table_not_found(table, list)
catch_write_protected(table, list)
take_opt(opts, key, default)
unwrap(expr)
unwrap_or_raise(expr)
valid_select_spec?(spec)
Link to this section
Functions
Link to this macro
catch_bad_records(records, list)
View Source
(macro)
Link to this macro
catch_error(list)
View Source
(macro)
Link to this macro
catch_invalid_select_spec(spec, list)
View Source
(macro)
Link to this macro
catch_key_not_found(table, key, list)
View Source
(macro)
Link to this macro
catch_record_too_small(table, record, list)
View Source
(macro)
Link to this macro
catch_records_too_small(table, records, list)
View Source
(macro)
Link to this macro
catch_table_already_exists(table_name, list)
View Source
(macro)
Link to this macro
catch_table_not_found(table, list)
View Source
(macro)
Link to this macro
catch_write_protected(table, list)
View Source
(macro)
Link to this function
take_opt(opts, key, default)
View Source
Link to this macro
unwrap(expr)
View Source
(macro)
Link to this macro
unwrap_or_raise(expr)
View Source
(macro)
Link to this function
valid_select_spec?(spec)
View Source