Difference between revisions of "Public.ipinterface (table)"
| Line 20: | Line 20: | ||
|- | |- | ||
| id | | id | ||
| − | | | + | | integer |
| not null | | not null | ||
| nextval('opennmsnxtid'::regclass) | | nextval('opennmsnxtid'::regclass) | ||
| Line 27: | Line 27: | ||
|- | |- | ||
| nodeid | | nodeid | ||
| − | | | + | | integer |
| not null | | not null | ||
| | | | ||
| Line 34: | Line 34: | ||
|- | |- | ||
| ipaddr | | ipaddr | ||
| − | | | + | | varchar(16) |
| not null | | not null | ||
| | | | ||
| Line 41: | Line 41: | ||
|- | |- | ||
| ifindex | | ifindex | ||
| − | | | + | | integer |
| null | | null | ||
| | | | ||
| Line 48: | Line 48: | ||
|- | |- | ||
| iphostname | | iphostname | ||
| − | | | + | | varchar(256) |
| null | | null | ||
| | | | ||
| Line 55: | Line 55: | ||
|- | |- | ||
| ismanaged | | ismanaged | ||
| − | | | + | | char(1) |
| null | | null | ||
| | | | ||
| Line 62: | Line 62: | ||
|- | |- | ||
| ipstatus | | ipstatus | ||
| − | | | + | | integer |
| null | | null | ||
| | | | ||
| Line 69: | Line 69: | ||
|- | |- | ||
| iplastcapsdpoll | | iplastcapsdpoll | ||
| − | | | + | | timestamp with time zone |
| null | | null | ||
| | | | ||
| Line 76: | Line 76: | ||
|- | |- | ||
| issnmpprimary | | issnmpprimary | ||
| − | | | + | | char(1) |
| null | | null | ||
| | | | ||
| Line 83: | Line 83: | ||
|- | |- | ||
| snmpinterfaceid | | snmpinterfaceid | ||
| − | | | + | | integer |
| null | | null | ||
| | | | ||
Revision as of 14:43, 7 August 2009
wikibot
| Table | public.ipinterface |
| Column | Data Type | Nullable | Default | PK | Index |
| id | integer | not null | nextval('opennmsnxtid'::regclass) | ipinterface_pkey | |
| nodeid | integer | not null | ipinterface_nodeid_ipaddr_notzero_idxipinterface_nodeid_idxipinterface_nodeid_ipaddr_ismanaged_idx | ||
| ipaddr | varchar(16) | not null | ipinterface_nodeid_ipaddr_notzero_idxipinterface_nodeid_ismanaged_idxipinterface_ipaddr_idxipinterface_ipaddr_ismanaged_idxipinterface_nodeid_ipaddr_ismanaged_idx | ||
| ifindex | integer | null | |||
| iphostname | varchar(256) | null | |||
| ismanaged | char(1) | null | ipinterface_ipaddr_ismanaged_idxipinterface_nodeid_ipaddr_ismanaged_idx | ||
| ipstatus | integer | null | |||
| iplastcapsdpoll | timestamp with time zone | null | |||
| issnmpprimary | char(1) | null | |||
| snmpinterfaceid | integer | null | ipinterface_snmpinterfaceid_idx |
| Relation | Column | Referenced Column |
| public.node | nodeid | nodeid |
| public.snmpinterface | snmpinterfaceid | id |
| Detail Table | Column | Referencing Column |
| public.ifservices | id | ipinterfaceid |
| Triggers | Type | Function |
| setsnmpinterfacekeysoninserttrigger | ROWBEFORE INSERT | setsnmpinterfacekeysoninsert |
| setsnmpinterfacekeysonupdatetrigger | ROWBEFORE UPDATE | setsnmpinterfacekeysonupdate |