mnesia_tableinfo.erl
来自「OTP是开放电信平台的简称」· ERL 代码 · 共 64 行
ERL
64 行
%%------------------------------------------------------------%%%% Implementation stub file%% %% Target: mnesia_TableInfo%% Source: /ldisk/daily_build/otp_prebuild_r11b.2007-06-11_19/otp_src_R11B-5/lib/mnesia_session/src/mnesia_corba_session.idl%% IC vsn: 4.2.13%% %% This file is automatically generated. DO NOT EDIT IT.%%%%-------------------------------------------------------------module(mnesia_TableInfo).-ic_compiled("4_2_13").-include("mnesia.hrl").-export([tc/0,id/0,name/0]).%% returns type codetc() -> {tk_struct,"IDL:mnesia/TableInfo:1.0", "TableInfo", [{"mode", {tk_enum,"IDL:mnesia/AccessMode:1.0", "AccessMode", ["read_only","read_write"]}}, {"attributes",{tk_sequence,{tk_string,0},0}}, {"arity",tk_long}, {"checkpoints",{tk_sequence,{tk_string,0},0}}, {"ram_copies",{tk_sequence,{tk_string,0},0}}, {"disc_copies",{tk_sequence,{tk_string,0},0}}, {"disc_only_copies",{tk_sequence,{tk_string,0},0}}, {"indexlist",{tk_sequence,tk_long,0}}, {"load_order",tk_long}, {"local_content",tk_boolean}, {"master_nodes",{tk_sequence,{tk_string,0},0}}, {"memory",tk_long}, {"size",tk_long}, {"storage_type", {tk_enum,"IDL:mnesia/Storage:1.0", "Storage", ["ram_copies", "disc_copies", "disc_only_copies"]}}, {"type", {tk_enum,"IDL:mnesia/SetOrBag:1.0", "SetOrBag", ["set","bag"]}}, {"where_to_read",{tk_string,0}}, {"where_to_write",{tk_sequence,{tk_string,0},0}}, {"record_name",{tk_string,0}}]}.%% returns idid() -> "IDL:mnesia/TableInfo:1.0".%% returns namename() -> "mnesia_TableInfo".
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?