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

From dbscript Online Help
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 20: Line 20:
 
| integer
 
| integer
 
| not null
 
| not null
| nextval('opennmsnxtid'::regclass)
+
|  
 
|  
 
|  
 
|- valign="top"
 
|- valign="top"
Line 113: Line 113:
 
| '''Columns
 
| '''Columns
  
|- valign="top"
 
| snmpinterface_nodeid_ifindex_unique_idx
 
| Unique
 
| nodeid, snmpifindex
 
 
|- valign="top"
 
|- valign="top"
 
| snmpinterface_ipaddr_idx
 
| snmpinterface_ipaddr_idx
Line 125: Line 121:
 
|  
 
|  
 
| nodeid
 
| nodeid
 +
|- valign="top"
 +
| snmpinterface_nodeid_ifindex_unique_idx
 +
|
 +
| nodeid, snmpifindex
 
|}
 
|}
  
Line 151: Line 151:
 
| id
 
| id
 
| snmpinterfaceid
 
| snmpinterfaceid
|}
 
 
=== Dependencies ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
| '''Reference Type
 
| '''Object Type
 
| '''Referencing Object
 
 
|- valign="top"
 
| Select
 
| Trigger Function
 
| [[public.setsnmpinterfacekeysoninsert_(trigger function)|public.setsnmpinterfacekeysoninsert]]
 
 
|- valign="top"
 
| Select
 
| Trigger Function
 
| [[public.setsnmpinterfacekeysonupdate_(trigger function)|public.setsnmpinterfacekeysonupdate]]
 
 
 
|}
 
|}

Latest revision as of 11:26, 27 August 2011

wikibot[edit]

Table public.snmpinterface

Columns[edit]

Column Data Type Nullable Default Description
id integer not null
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[edit]

Primary Key Columns
snmpinterface_pkey id

Indexes[edit]

Index Type Columns
snmpinterface_ipaddr_idx ipaddr
snmpinterface_nodeid_idx nodeid
snmpinterface_nodeid_ifindex_unique_idx nodeid, snmpifindex

Foreign Keys[edit]

Relation Column Referenced Column
public.node nodeid nodeid

Detail Tables[edit]

Detail Table Column Referencing Column
public.ipinterface id snmpinterfaceid