Difference between revisions of "Public.datalinkinterface (table)"
Line 71: | Line 71: | ||
| '''Columns | | '''Columns | ||
+ | |- valign="top" | ||
+ | | dlint_node_idx | ||
+ | | | ||
+ | | nodeid | ||
|- valign="top" | |- valign="top" | ||
| dlint_nodeparent_idx | | dlint_nodeparent_idx | ||
| | | | ||
| nodeparentid | | nodeparentid | ||
− | |||
− | |||
− | |||
− | |||
|- valign="top" | |- valign="top" | ||
| dlint_nodeparent_paifindex_idx | | dlint_nodeparent_paifindex_idx |
Latest revision as of 10:09, 27 August 2011
wikibot[edit]
Table | public.datalinkinterface |
Columns[edit]
Column | Data Type | Nullable | Default | Description |
nodeid | integer | not null | ||
ifindex | integer | not null | ||
nodeparentid | integer | not null | ||
parentifindex | integer | not null | ||
status | char(1) | not null | ||
lastpolltime | timestamp without time zone | not null |
Primary Key[edit]
Primary Key | Columns |
pk_datalinkinterface | nodeid, ifindex |
Indexes[edit]
Index | Type | Columns |
dlint_node_idx | nodeid | |
dlint_nodeparent_idx | nodeparentid | |
dlint_nodeparent_paifindex_idx | nodeparentid, parentifindex |
Foreign Keys[edit]
Relation | Column | Referenced Column |
public.node | nodeid | nodeid |
public.node | nodeparentid | nodeid |