Public.datalinkinterface (table)
From dbscript Online Help
Contents |
wikibot
| Table | public.datalinkinterface |
Columns
| 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
| Primary Key | Columns |
| pk_datalinkinterface | nodeid, ifindex |
Indexes
| Index | Type | Columns |
| dlint_nodeparent_idx | nodeparentid | |
| dlint_node_idx | nodeid | |
| dlint_nodeparent_paifindex_idx | nodeparentid, parentifindex |
Foreign Keys
| Relation | Column | Referenced Column |
| public.node | nodeid | nodeid |
| public.node | nodeparentid | nodeid |
