Difference between revisions of "Public.atinterface (table)"
Line 2: | Line 2: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
− | |- | + | |- valign="top" |
| '''Table | | '''Table | ||
| public.atinterface | | public.atinterface | ||
− | |||
|} | |} | ||
− | |||
=== Columns === | === Columns === | ||
Line 17: | Line 15: | ||
| '''Default | | '''Default | ||
| '''Description | | '''Description | ||
− | + | ||
− | |- | + | |- valign="top" |
| id | | id | ||
| integer | | integer | ||
Line 24: | Line 22: | ||
| nextval('opennmsnxtid'::regclass) | | nextval('opennmsnxtid'::regclass) | ||
| | | | ||
− | |- | + | |- valign="top" |
| nodeid | | nodeid | ||
| integer | | integer | ||
Line 30: | Line 28: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| ipaddr | | ipaddr | ||
| varchar(16) | | varchar(16) | ||
Line 36: | Line 34: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| atphysaddr | | atphysaddr | ||
| varchar(12) | | varchar(12) | ||
Line 42: | Line 40: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| status | | status | ||
| char(1) | | char(1) | ||
Line 48: | Line 46: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| sourcenodeid | | sourcenodeid | ||
| integer | | integer | ||
Line 54: | Line 52: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| ifindex | | ifindex | ||
| integer | | integer | ||
Line 60: | Line 58: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| lastpolltime | | lastpolltime | ||
| timestamp without time zone | | timestamp without time zone | ||
Line 73: | Line 71: | ||
| '''Primary Key | | '''Primary Key | ||
| '''Columns | | '''Columns | ||
− | |- | + | |- valign="top" |
| pk_atinterface | | pk_atinterface | ||
| nodeid, ipaddr, atphysaddr | | nodeid, ipaddr, atphysaddr | ||
Line 84: | Line 82: | ||
| '''Type | | '''Type | ||
| '''Columns | | '''Columns | ||
− | + | ||
− | |- | + | |- valign="top" |
| atinterface_nodeid_idx | | atinterface_nodeid_idx | ||
| | | | ||
| nodeid | | nodeid | ||
− | |- | + | |- valign="top" |
| atinterface_atphysaddr_idx | | atinterface_atphysaddr_idx | ||
| | | | ||
| atphysaddr | | atphysaddr | ||
− | |- | + | |- valign="top" |
| atinterface_node_ipaddr_idx | | atinterface_node_ipaddr_idx | ||
| | | | ||
Line 105: | Line 103: | ||
| '''Column | | '''Column | ||
| '''Referenced Column | | '''Referenced Column | ||
− | + | ||
− | |- | + | |- valign="top" |
| [[public.node_(table)|public.node]] | | [[public.node_(table)|public.node]] | ||
| nodeid | | nodeid | ||
| nodeid | | nodeid | ||
|} | |} |
Revision as of 23:38, 24 June 2010
wikibot
Table | public.atinterface |
Columns
Column | Data Type | Nullable | Default | Description |
id | integer | not null | nextval('opennmsnxtid'::regclass) | |
nodeid | integer | not null | ||
ipaddr | varchar(16) | not null | ||
atphysaddr | varchar(12) | not null | ||
status | char(1) | not null | ||
sourcenodeid | integer | not null | ||
ifindex | integer | not null | ||
lastpolltime | timestamp without time zone | not null |
Primary Key
Primary Key | Columns |
pk_atinterface | nodeid, ipaddr, atphysaddr |
Indexes
Index | Type | Columns |
atinterface_nodeid_idx | nodeid | |
atinterface_atphysaddr_idx | atphysaddr | |
atinterface_node_ipaddr_idx | nodeid, ipaddr |
Foreign Keys
Relation | Column | Referenced Column |
public.node | nodeid | nodeid |