Difference between revisions of "Public.ipinterface (table)"
(One intermediate revision by the same user not shown) | |||
Line 113: | Line 113: | ||
|- valign="top" | |- valign="top" | ||
| ipinterface_nodeid_ipaddr_notzero_idx | | ipinterface_nodeid_ipaddr_notzero_idx | ||
− | | | + | | |
| nodeid, ipaddr | | nodeid, ipaddr | ||
|- valign="top" | |- valign="top" | ||
Line 140: | Line 140: | ||
| snmpinterfaceid | | snmpinterfaceid | ||
| id | | id | ||
+ | |} | ||
+ | |||
+ | === Detail Tables === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Detail Table | ||
+ | | '''Column | ||
+ | | '''Referencing Column | ||
+ | |||
|- valign="top" | |- valign="top" | ||
− | | [[public. | + | | [[public.ifservices_(table)|public.ifservices]] |
+ | | id | ||
| ipinterfaceid | | ipinterfaceid | ||
− | |||
|} | |} | ||
Line 155: | Line 164: | ||
|- valign="top" | |- valign="top" | ||
| setsnmpinterfacekeysoninserttrigger | | setsnmpinterfacekeysoninserttrigger | ||
− | | | + | | STATEMENT AFTER |
| setsnmpinterfacekeysoninsert | | setsnmpinterfacekeysoninsert | ||
|- valign="top" | |- valign="top" | ||
| setsnmpinterfacekeysonupdatetrigger | | setsnmpinterfacekeysonupdatetrigger | ||
− | | | + | | STATEMENT AFTER |
| setsnmpinterfacekeysonupdate | | setsnmpinterfacekeysonupdate | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} |
Latest revision as of 10:25, 27 August 2011
Contents
wikibot[edit]
Table | public.ipinterface |
Columns[edit]
Column | Data Type | Nullable | Default | Description |
id | integer | not null | ||
nodeid | integer | not null | ||
ipaddr | varchar(16) | not null | ||
ifindex | integer | null | ||
iphostname | varchar(256) | null | ||
ismanaged | char(1) | null | ||
ipstatus | integer | null | ||
iplastcapsdpoll | timestamp with time zone | null | ||
issnmpprimary | char(1) | null | ||
snmpinterfaceid | integer | null |
Primary Key[edit]
Primary Key | Columns |
ipinterface_pkey | id |
Indexes[edit]
Index | Type | Columns |
ipinterface_ipaddr_idx | ipaddr | |
ipinterface_ipaddr_ismanaged_idx | ipaddr, ismanaged | |
ipinterface_nodeid_idx | nodeid | |
ipinterface_nodeid_ipaddr_ismanaged_idx | nodeid, ipaddr, ismanaged | |
ipinterface_nodeid_ipaddr_notzero_idx | nodeid, ipaddr | |
ipinterface_nodeid_ismanaged_idx | ipaddr | |
ipinterface_snmpinterfaceid_idx | snmpinterfaceid |
Foreign Keys[edit]
Relation | Column | Referenced Column |
public.node | nodeid | nodeid |
public.snmpinterface | snmpinterfaceid | id |
Detail Tables[edit]
Detail Table | Column | Referencing Column |
public.ifservices | id | ipinterfaceid |
Triggers[edit]
Trigger | Type | Function |
setsnmpinterfacekeysoninserttrigger | STATEMENT AFTER | setsnmpinterfacekeysoninsert |
setsnmpinterfacekeysonupdatetrigger | STATEMENT AFTER | setsnmpinterfacekeysonupdate |