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

From dbscript Online Help
Jump to: navigation, search
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | public.atinterface |- |} {| border="1" cellpadding="5" cellspacing="0" style...)
 
Line 20: Line 20:
 
|-
 
|-
 
| id
 
| id
|  
+
| integer
 
| not null
 
| not null
 
| nextval('opennmsnxtid'::regclass)
 
| nextval('opennmsnxtid'::regclass)
Line 27: Line 27:
 
|-
 
|-
 
| nodeid
 
| nodeid
|  
+
| integer
 
| not null
 
| not null
 
|  
 
|  
Line 34: Line 34:
 
|-
 
|-
 
| ipaddr
 
| ipaddr
|  
+
| varchar(16)
 
| not null
 
| not null
 
|  
 
|  
Line 41: Line 41:
 
|-
 
|-
 
| atphysaddr
 
| atphysaddr
|  
+
| varchar(12)
 
| not null
 
| not null
 
|  
 
|  
Line 48: Line 48:
 
|-
 
|-
 
| status
 
| status
|  
+
| char(1)
 
| not null
 
| not null
 
|  
 
|  
Line 55: Line 55:
 
|-
 
|-
 
| sourcenodeid
 
| sourcenodeid
|  
+
| integer
 
| not null
 
| not null
 
|  
 
|  
Line 62: Line 62:
 
|-
 
|-
 
| ifindex
 
| ifindex
|  
+
| integer
 
| not null
 
| not null
 
|  
 
|  
Line 69: Line 69:
 
|-
 
|-
 
| lastpolltime
 
| lastpolltime
|  
+
| timestamp without time zone
 
| not null
 
| not null
 
|  
 
|  

Revision as of 15:42, 7 August 2009

wikibot

Table public.atinterface


Column Data Type Nullable Default PK Index
id integer not null nextval('opennmsnxtid'::regclass)
nodeid integer not null pk_atinterface atinterface_nodeid_idxatinterface_node_ipaddr_idx
ipaddr varchar(16) not null pk_atinterface atinterface_node_ipaddr_idx
atphysaddr varchar(12) not null pk_atinterface atinterface_atphysaddr_idx
status char(1) not null
sourcenodeid integer not null
ifindex integer not null
lastpolltime timestamp without time zone not null


Relation Column Referenced Column
public.node nodeid nodeid