Difference between revisions of "Public.ipinterface (table)"
(2 intermediate revisions by the same user not shown) | |||
Line 20: | Line 20: | ||
| integer | | integer | ||
| not null | | not null | ||
− | | | + | | |
| | | | ||
|- valign="top" | |- valign="top" | ||
Line 95: | Line 95: | ||
| '''Columns | | '''Columns | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- valign="top" | |- valign="top" | ||
| ipinterface_ipaddr_idx | | ipinterface_ipaddr_idx | ||
Line 123: | Line 111: | ||
| | | | ||
| nodeid, ipaddr, ismanaged | | nodeid, ipaddr, ismanaged | ||
+ | |- valign="top" | ||
+ | | ipinterface_nodeid_ipaddr_notzero_idx | ||
+ | | | ||
+ | | nodeid, ipaddr | ||
+ | |- valign="top" | ||
+ | | ipinterface_nodeid_ismanaged_idx | ||
+ | | | ||
+ | | ipaddr | ||
+ | |- valign="top" | ||
+ | | ipinterface_snmpinterfaceid_idx | ||
+ | | | ||
+ | | snmpinterfaceid | ||
|} | |} | ||
Line 164: | 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 |