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

From dbscript Online Help
Jump to: navigation, search
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | public.stpinterface |- |} {| border="1" cellpadding="5" cellspacing="0" styl...)
 
Line 20: Line 20:
 
|-
 
|-
 
| nodeid
 
| nodeid
|  
+
| integer
 
| not null
 
| not null
 
|  
 
|  
Line 27: Line 27:
 
|-
 
|-
 
| bridgeport
 
| bridgeport
|  
+
| integer
 
| not null
 
| not null
 
|  
 
|  
Line 34: Line 34:
 
|-
 
|-
 
| ifindex
 
| ifindex
|  
+
| integer
 
| not null
 
| not null
 
|  
 
|  
Line 41: Line 41:
 
|-
 
|-
 
| stpportstate
 
| stpportstate
|  
+
| integer
 
| null
 
| null
 
|  
 
|  
Line 48: Line 48:
 
|-
 
|-
 
| stpportpathcost
 
| stpportpathcost
|  
+
| integer
 
| null
 
| null
 
|  
 
|  
Line 55: Line 55:
 
|-
 
|-
 
| stpportdesignatedroot
 
| stpportdesignatedroot
|  
+
| varchar(16)
 
| null
 
| null
 
|  
 
|  
Line 62: Line 62:
 
|-
 
|-
 
| stpportdesignatedcost
 
| stpportdesignatedcost
|  
+
| integer
 
| null
 
| null
 
|  
 
|  
Line 69: Line 69:
 
|-
 
|-
 
| stpportdesignatedbridge
 
| stpportdesignatedbridge
|  
+
| varchar(16)
 
| null
 
| null
 
|  
 
|  
Line 76: Line 76:
 
|-
 
|-
 
| stpportdesignatedport
 
| stpportdesignatedport
|  
+
| varchar(4)
 
| null
 
| null
 
|  
 
|  
Line 83: Line 83:
 
|-
 
|-
 
| status
 
| status
|  
+
| char(1)
 
| not null
 
| not null
 
|  
 
|  
Line 90: Line 90:
 
|-
 
|-
 
| lastpolltime
 
| lastpolltime
|  
+
| timestamp without time zone
 
| not null
 
| not null
 
|  
 
|  
Line 97: Line 97:
 
|-
 
|-
 
| stpvlan
 
| stpvlan
|  
+
| integer
 
| not null
 
| not null
 
|  
 
|  

Revision as of 15:44, 7 August 2009

wikibot

Table public.stpinterface


Column Data Type Nullable Default PK Index
nodeid integer not null pk_stpinterface stpinterface_node_idxstpinterface_node_ifindex_idx
bridgeport integer not null pk_stpinterface
ifindex integer not null stpinterface_node_ifindex_idx
stpportstate integer null
stpportpathcost integer null
stpportdesignatedroot varchar(16) null
stpportdesignatedcost integer null
stpportdesignatedbridge varchar(16) null stpinterface_stpdesbridge_idx
stpportdesignatedport varchar(4) null
status char(1) not null
lastpolltime timestamp without time zone not null
stpvlan integer not null pk_stpinterface stpinterface_stpvlan_idx


Relation Column Referenced Column
public.node nodeid nodeid