Editing Public.ipinterface (table)

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
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.ipinterface
 
| public.ipinterface
 +
|-
 
|}
 
|}
 +
  
 
=== Columns ===
 
=== Columns ===
Line 15: Line 17:
 
| '''Default
 
| '''Default
 
| '''Description
 
| '''Description
 
+
|- valign="top"
+
|-
 
| id
 
| id
 
| integer
 
| integer
 
| not null
 
| not null
 +
| nextval('opennmsnxtid'::regclass)
 
|  
 
|  
|
+
|-
|- valign="top"
 
 
| nodeid
 
| nodeid
 
| integer
 
| integer
Line 28: Line 30:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|-
 
| ipaddr
 
| ipaddr
 
| varchar(16)
 
| varchar(16)
Line 34: Line 36:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|-
 
| ifindex
 
| ifindex
 
| integer
 
| integer
Line 40: Line 42:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|-
 
| iphostname
 
| iphostname
 
| varchar(256)
 
| varchar(256)
Line 46: Line 48:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|-
 
| ismanaged
 
| ismanaged
 
| char(1)
 
| char(1)
Line 52: Line 54:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|-
 
| ipstatus
 
| ipstatus
 
| integer
 
| integer
Line 58: Line 60:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|-
 
| iplastcapsdpoll
 
| iplastcapsdpoll
 
| timestamp with time zone
 
| timestamp with time zone
Line 64: Line 66:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|-
 
| issnmpprimary
 
| issnmpprimary
 
| char(1)
 
| char(1)
Line 70: Line 72:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|-
 
| snmpinterfaceid
 
| snmpinterfaceid
 
| integer
 
| integer
Line 83: Line 85:
 
| '''Primary Key
 
| '''Primary Key
 
| '''Columns
 
| '''Columns
|- valign="top"
+
|-
 
| ipinterface_pkey
 
| ipinterface_pkey
 
| id
 
| id
Line 94: Line 96:
 
| '''Type
 
| '''Type
 
| '''Columns
 
| '''Columns
 
+
|- valign="top"
+
|-
 +
| ipinterface_nodeid_ipaddr_notzero_idx
 +
| Unique
 +
| nodeid, ipaddr
 +
|-
 +
| ipinterface_snmpinterfaceid_idx
 +
|
 +
| snmpinterfaceid
 +
|-
 +
| ipinterface_nodeid_ismanaged_idx
 +
|
 +
| ipaddr
 +
|-
 
| ipinterface_ipaddr_idx
 
| ipinterface_ipaddr_idx
 
|  
 
|  
 
| ipaddr
 
| ipaddr
|- valign="top"
+
|-
 
| ipinterface_ipaddr_ismanaged_idx
 
| ipinterface_ipaddr_ismanaged_idx
 
|  
 
|  
 
| ipaddr, ismanaged
 
| ipaddr, ismanaged
|- valign="top"
+
|-
 
| ipinterface_nodeid_idx
 
| ipinterface_nodeid_idx
 
|  
 
|  
 
| nodeid
 
| nodeid
|- valign="top"
+
|-
 
| ipinterface_nodeid_ipaddr_ismanaged_idx
 
| ipinterface_nodeid_ipaddr_ismanaged_idx
 
|  
 
|  
 
| 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 131: Line 133:
 
| '''Column
 
| '''Column
 
| '''Referenced Column
 
| '''Referenced Column
 
+
|- valign="top"
+
|-
 
| [[public.node_(table)|public.node]]
 
| [[public.node_(table)|public.node]]
 
| nodeid
 
| nodeid
 
| nodeid
 
| nodeid
|- valign="top"
+
|-
 
| [[public.snmpinterface_(table)|public.snmpinterface]]
 
| [[public.snmpinterface_(table)|public.snmpinterface]]
 
| snmpinterfaceid
 
| snmpinterfaceid
Line 148: Line 150:
 
| '''Column
 
| '''Column
 
| '''Referencing Column
 
| '''Referencing Column
 
+
|- valign="top"
+
|-
 
| [[public.ifservices_(table)|public.ifservices]]
 
| [[public.ifservices_(table)|public.ifservices]]
 
| id
 
| id
 
| ipinterfaceid
 
| ipinterfaceid
 
|}
 
|}
 +
  
 
=== Triggers ===
 
=== Triggers ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
|- style="background:silver"
| '''Trigger
+
| '''Triggers
 
| '''Type
 
| '''Type
 
| '''Function
 
| '''Function
 
+
|- valign="top"
+
|-
 
| setsnmpinterfacekeysoninserttrigger
 
| setsnmpinterfacekeysoninserttrigger
| STATEMENT AFTER
+
| ROW BEFORE INSERT
 
| setsnmpinterfacekeysoninsert
 
| setsnmpinterfacekeysoninsert
|- valign="top"
+
|-
 
| setsnmpinterfacekeysonupdatetrigger
 
| setsnmpinterfacekeysonupdatetrigger
| STATEMENT AFTER
+
| ROW BEFORE UPDATE
 
| setsnmpinterfacekeysonupdate
 
| setsnmpinterfacekeysonupdate
 +
|}
 +
 +
=== Dependencies ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Reference Type
 +
| '''Object Type
 +
| '''Referencing Object
 +
 +
|-
 +
| Select
 +
| Function
 +
| [[public.getmanagedoutageforintfinwindow_(function)|public.getmanagedoutageforintfinwindow]]
 +
 +
|-
 +
| Select
 +
| Function
 +
| [[public.getmanagedoutagefornodeinwindow_(function)|public.getmanagedoutagefornodeinwindow]]
 +
 +
|-
 +
| Select
 +
| Function
 +
| [[public.getmanagedservicecountforintf_(function)|public.getmanagedservicecountforintf]]
 +
 +
|-
 +
| Select
 +
| Function
 +
| [[public.getmanagedservicecountfornode_(function)|public.getmanagedservicecountfornode]]
 +
 +
|-
 +
| Select
 +
| Trigger Function
 +
| [[public.setipinterfacekeysoninsert_(trigger_function)|public.setipinterfacekeysoninsert]]
 +
 +
|-
 +
| Select
 +
| Trigger Function
 +
| [[public.setipinterfacekeysonupdate_(trigger_function)|public.setipinterfacekeysonupdate]]
 +
 
|}
 
|}

Please note that all contributions to dbscript Online Help may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Project:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)