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

From dbscript Online Help
Jump to: navigation, search
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | public.iprouteinterface |- |} {| border="1" cellpadding="5" cellspacing="0" ...)
 
 
(3 intermediate revisions 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.iprouteinterface
 
| public.iprouteinterface
|-
 
 
|}
 
|}
  
 
+
=== Columns ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
|- style="background:silver"
Line 15: Line 14:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''PK
+
| '''Description
| '''Index
+
 
+
|- valign="top"
|-
 
 
| nodeid
 
| nodeid
 +
| integer
 +
| not null
 
|  
 
|  
| not null
 
 
|  
 
|  
| pk_iprouteinterface
+
|- valign="top"
| iprouteinterface_node_ifdex_idxiprouteinterface_nodeid_idx
 
|-
 
 
| routedest
 
| routedest
|  
+
| varchar(16)
 
| not null
 
| not null
 
|  
 
|  
| pk_iprouteinterface
 
 
|  
 
|  
|-
+
|- valign="top"
 
| routemask
 
| routemask
|  
+
| varchar(16)
 
| not null
 
| not null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| routenexthop
 
| routenexthop
|  
+
| varchar(16)
 
| not null
 
| not null
 
|  
 
|  
 
|  
 
|  
| iprouteinterface_rnh_idx
+
|- valign="top"
|-
 
 
| routeifindex
 
| routeifindex
|  
+
| integer
 
| not null
 
| not null
 
|  
 
|  
 
|  
 
|  
| iprouteinterface_node_ifdex_idx
+
|- valign="top"
|-
 
 
| routemetric1
 
| routemetric1
|  
+
| integer
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| routemetric2
 
| routemetric2
|  
+
| integer
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| routemetric3
 
| routemetric3
|  
+
| integer
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| routemetric4
 
| routemetric4
|  
+
| integer
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| routemetric5
 
| routemetric5
|  
+
| integer
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| routetype
 
| routetype
|  
+
| integer
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| routeproto
 
| routeproto
|  
+
| integer
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| status
 
| status
|  
+
| char(1)
 
| not null
 
| not null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| lastpolltime
 
| lastpolltime
|  
+
| timestamp without time zone
 
| not null
 
| not null
 
|  
 
|  
 
|  
 
|  
|
 
 
|}
 
|}
  
 +
=== Primary Key ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Primary Key
 +
| '''Columns
 +
|- valign="top"
 +
| pk_iprouteinterface
 +
| nodeid, routedest
 +
|}
 +
 +
=== Indexes ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Index
 +
| '''Type
 +
| '''Columns
  
 +
|- valign="top"
 +
| iprouteinterface_node_ifdex_idx
 +
|
 +
| nodeid, routeifindex
 +
|- valign="top"
 +
| iprouteinterface_nodeid_idx
 +
|
 +
| nodeid
 +
|- valign="top"
 +
| iprouteinterface_rnh_idx
 +
|
 +
| routenexthop
 +
|}
  
 +
=== Foreign Keys ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
|- style="background:silver"
Line 125: Line 139:
 
| '''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.iprouteinterface

Columns[edit]

Column Data Type Nullable Default Description
nodeid integer not null
routedest varchar(16) not null
routemask varchar(16) not null
routenexthop varchar(16) not null
routeifindex integer not null
routemetric1 integer null
routemetric2 integer null
routemetric3 integer null
routemetric4 integer null
routemetric5 integer null
routetype integer null
routeproto integer null
status char(1) not null
lastpolltime timestamp without time zone not null

Primary Key[edit]

Primary Key Columns
pk_iprouteinterface nodeid, routedest

Indexes[edit]

Index Type Columns
iprouteinterface_node_ifdex_idx nodeid, routeifindex
iprouteinterface_nodeid_idx nodeid
iprouteinterface_rnh_idx routenexthop

Foreign Keys[edit]

Relation Column Referenced Column
public.node nodeid nodeid