Difference between revisions of "Public.snmpinterface (table)"

From dbscript Online Help
Jump to: navigation, search
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.snmpinterface
 
| public.snmpinterface
|-
 
 
|}
 
|}
 
  
 
=== 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"
 
| snmpipadentnetmask
 
| snmpipadentnetmask
 
| varchar(16)
 
| varchar(16)
Line 42: Line 40:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| snmpphysaddr
 
| snmpphysaddr
 
| char(12)
 
| char(12)
Line 48: Line 46:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| snmpifindex
 
| snmpifindex
 
| integer
 
| integer
Line 54: Line 52:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| snmpifdescr
 
| snmpifdescr
 
| varchar(256)
 
| varchar(256)
Line 60: Line 58:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| snmpiftype
 
| snmpiftype
 
| integer
 
| integer
Line 66: Line 64:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| snmpifname
 
| snmpifname
 
| varchar(96)
 
| varchar(96)
Line 72: Line 70:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| snmpifspeed
 
| snmpifspeed
 
| bigint
 
| bigint
Line 78: Line 76:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| snmpifadminstatus
 
| snmpifadminstatus
 
| integer
 
| integer
Line 84: Line 82:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| snmpifoperstatus
 
| snmpifoperstatus
 
| integer
 
| integer
Line 90: Line 88:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| snmpifalias
 
| snmpifalias
 
| varchar(256)
 
| varchar(256)
Line 103: Line 101:
 
| '''Primary Key
 
| '''Primary Key
 
| '''Columns
 
| '''Columns
|-
+
|- valign="top"
 
| snmpinterface_pkey
 
| snmpinterface_pkey
 
| id
 
| id
Line 114: Line 112:
 
| '''Type
 
| '''Type
 
| '''Columns
 
| '''Columns
+
 
|-
+
|- valign="top"
 
| snmpinterface_nodeid_ifindex_unique_idx
 
| snmpinterface_nodeid_ifindex_unique_idx
 
| Unique
 
| Unique
 
| nodeid, snmpifindex
 
| nodeid, snmpifindex
|-
+
|- valign="top"
 
| snmpinterface_ipaddr_idx
 
| snmpinterface_ipaddr_idx
 
|  
 
|  
 
| ipaddr
 
| ipaddr
|-
+
|- valign="top"
 
| snmpinterface_nodeid_idx
 
| snmpinterface_nodeid_idx
 
|  
 
|  
Line 135: Line 133:
 
| '''Column
 
| '''Column
 
| '''Referenced Column
 
| '''Referenced Column
+
 
|-
+
|- valign="top"
 
| [[public.node_(table)|public.node]]
 
| [[public.node_(table)|public.node]]
 
| nodeid
 
| nodeid
Line 148: Line 146:
 
| '''Column
 
| '''Column
 
| '''Referencing Column
 
| '''Referencing Column
+
 
|-
+
|- valign="top"
 
| [[public.ipinterface_(table)|public.ipinterface]]
 
| [[public.ipinterface_(table)|public.ipinterface]]
 
| id
 
| id
 
| snmpinterfaceid
 
| snmpinterfaceid
 
|}
 
|}
 
  
 
=== Dependencies ===
 
=== Dependencies ===
Line 163: Line 160:
 
| '''Referencing Object
 
| '''Referencing Object
  
|-
+
|- valign="top"
 
| Select
 
| Select
 
| Trigger Function
 
| Trigger Function
| [[public.setsnmpinterfacekeysoninsert_(trigger_function)|public.setsnmpinterfacekeysoninsert]]
+
| [[public.setsnmpinterfacekeysoninsert_(trigger function)|public.setsnmpinterfacekeysoninsert]]
  
|-
+
|- valign="top"
 
| Select
 
| Select
 
| Trigger Function
 
| Trigger Function
| [[public.setsnmpinterfacekeysonupdate_(trigger_function)|public.setsnmpinterfacekeysonupdate]]
+
| [[public.setsnmpinterfacekeysonupdate_(trigger function)|public.setsnmpinterfacekeysonupdate]]
  
 
|}
 
|}

Revision as of 00:39, 25 June 2010

wikibot

Table public.snmpinterface

Columns

Column Data Type Nullable Default Description
id integer not null nextval('opennmsnxtid'::regclass)
nodeid integer not null
ipaddr varchar(16) not null
snmpipadentnetmask varchar(16) null
snmpphysaddr char(12) null
snmpifindex integer not null
snmpifdescr varchar(256) null
snmpiftype integer null
snmpifname varchar(96) null
snmpifspeed bigint null
snmpifadminstatus integer null
snmpifoperstatus integer null
snmpifalias varchar(256) null

Primary Key

Primary Key Columns
snmpinterface_pkey id

Indexes

Index Type Columns
snmpinterface_nodeid_ifindex_unique_idx Unique nodeid, snmpifindex
snmpinterface_ipaddr_idx ipaddr
snmpinterface_nodeid_idx nodeid

Foreign Keys

Relation Column Referenced Column
public.node nodeid nodeid

Detail Tables

Detail Table Column Referencing Column
public.ipinterface id snmpinterfaceid

Dependencies

Reference Type Object Type Referencing Object
Select Trigger Function public.setsnmpinterfacekeysoninsert
Select Trigger Function public.setsnmpinterfacekeysonupdate