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

From dbscript Online Help
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
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.atinterface
 
| public.atinterface
|-
 
 
|}
 
|}
 
  
 
=== Columns ===
 
=== Columns ===
Line 17: Line 15:
 
| '''Default
 
| '''Default
 
| '''Description
 
| '''Description
+
 
|-
+
|- valign="top"
 
| id
 
| id
 
| integer
 
| integer
 
| not null
 
| not null
| 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"
 
| atphysaddr
 
| atphysaddr
 
| varchar(12)
 
| varchar(12)
Line 42: Line 40:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| status
 
| status
 
| char(1)
 
| char(1)
Line 48: Line 46:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| sourcenodeid
 
| sourcenodeid
 
| integer
 
| integer
Line 54: Line 52:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| ifindex
 
| ifindex
 
| integer
 
| integer
Line 60: Line 58:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| lastpolltime
 
| lastpolltime
 
| timestamp without time zone
 
| timestamp without time zone
Line 73: Line 71:
 
| '''Primary Key
 
| '''Primary Key
 
| '''Columns
 
| '''Columns
|-
+
|- valign="top"
 
| pk_atinterface
 
| pk_atinterface
 
| nodeid, ipaddr, atphysaddr
 
| nodeid, ipaddr, atphysaddr
Line 84: Line 82:
 
| '''Type
 
| '''Type
 
| '''Columns
 
| '''Columns
+
 
|-
+
|- valign="top"
| atinterface_nodeid_idx
 
|
 
| nodeid
 
|-
 
 
| atinterface_atphysaddr_idx
 
| atinterface_atphysaddr_idx
 
|  
 
|  
 
| atphysaddr
 
| atphysaddr
|-
+
|- valign="top"
 
| atinterface_node_ipaddr_idx
 
| atinterface_node_ipaddr_idx
 
|  
 
|  
 
| nodeid, ipaddr
 
| nodeid, ipaddr
 +
|- valign="top"
 +
| atinterface_nodeid_idx
 +
|
 +
| nodeid
 
|}
 
|}
  
Line 105: Line 103:
 
| '''Column
 
| '''Column
 
| '''Referenced Column
 
| '''Referenced Column
+
 
|-
+
|- valign="top"
 
| [[public.node_(table)|public.node]]
 
| [[public.node_(table)|public.node]]
 
| nodeid
 
| nodeid
 
| nodeid
 
| nodeid
 
|}
 
|}

Latest revision as of 11:09, 27 August 2011

wikibot[edit]

Table public.atinterface

Columns[edit]

Column Data Type Nullable Default Description
id integer not null
nodeid integer not null
ipaddr varchar(16) not null
atphysaddr varchar(12) not null
status char(1) not null
sourcenodeid integer not null
ifindex integer not null
lastpolltime timestamp without time zone not null

Primary Key[edit]

Primary Key Columns
pk_atinterface nodeid, ipaddr, atphysaddr

Indexes[edit]

Index Type Columns
atinterface_atphysaddr_idx atphysaddr
atinterface_node_ipaddr_idx nodeid, ipaddr
atinterface_nodeid_idx nodeid

Foreign Keys[edit]

Relation Column Referenced Column
public.node nodeid nodeid