mnesia.hrl
来自「OTP是开放电信平台的简称」· HRL 代码 · 共 27 行
HRL
27 行
%%------------------------------------------------------------%%%% Erlang header file%% %% Target: mnesia%% Source: /ldisk/daily_build/otp_prebuild_r11b.2007-06-11_19/otp_src_R11B-5/lib/mnesia_session/src/mnesia_session.idl%% IC vsn: 4.2.13%% %% This file is automatically generated. DO NOT EDIT IT.%%%%-------------------------------------------------------------ifndef(MNESIA_HRL).-define(MNESIA_HRL, true).-record(mnesia_TableDef, {type, mode, ram_copies, disc_copies, disc_only_copies, index_list, attributes, record_name}).-record(mnesia_CheckpointDef, {cpName, max, min, allow_remote, ram_overrides_dump}).-record(mnesia_TableInfo, {mode, attributes, arity, checkpoints, ram_copies, disc_copies, disc_only_copies, indexlist, load_order, local_content, master_nodes, memory, size, storage_type, type, where_to_read, where_to_write, record_name}).-record(mnesia_SystemInfo, {auto_repair, backup_module, event_module, db_nodes, debug, directory, dump_log_load_regulation, dump_log_time_threshold, dump_log_update_in_place, dump_log_write_threshold, extra_db_nodes, is_running, schema_location, use_dir, checkpoints, fallback_activated, local_tables, master_node_tables, running_db_nodes, tables, transaction_failures, transaction_commits, transaction_restarts, transaction_log_writes}).-endif.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?