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

From dbscript Online Help
Jump to: navigation, search
 
(2 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.pathoutage
 
| public.pathoutage
|-
 
 
|}
 
|}
 
  
 
=== Columns ===
 
=== Columns ===
Line 17: Line 15:
 
| '''Default
 
| '''Default
 
| '''Description
 
| '''Description
+
 
|-
+
|- valign="top"
 
| nodeid
 
| nodeid
 
| integer
 
| integer
Line 24: Line 22:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| criticalpathip
 
| criticalpathip
 
| varchar(16)
 
| varchar(16)
Line 30: Line 28:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| criticalpathservicename
 
| criticalpathservicename
 
| varchar(32)
 
| varchar(32)
Line 44: Line 42:
 
| '''Type
 
| '''Type
 
| '''Columns
 
| '''Columns
+
 
|-
+
|- valign="top"
| pathoutage_nodeid
 
| Unique
 
| nodeid
 
|-
 
 
| pathoutage_criticalpathip
 
| pathoutage_criticalpathip
 
|  
 
|  
 
| criticalpathip
 
| criticalpathip
|-
+
|- valign="top"
 
| pathoutage_criticalpathservicename_idx
 
| pathoutage_criticalpathservicename_idx
 
|  
 
|  
 
| criticalpathservicename
 
| criticalpathservicename
 +
|- valign="top"
 +
| pathoutage_nodeid
 +
|
 +
| nodeid
 
|}
 
|}
  
Line 65: Line 63:
 
| '''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:19, 27 August 2011

wikibot[edit]

Table public.pathoutage

Columns[edit]

Column Data Type Nullable Default Description
nodeid integer null
criticalpathip varchar(16) not null
criticalpathservicename varchar(32) null

Indexes[edit]

Index Type Columns
pathoutage_criticalpathip criticalpathip
pathoutage_criticalpathservicename_idx criticalpathservicename
pathoutage_nodeid nodeid

Foreign Keys[edit]

Relation Column Referenced Column
public.node nodeid nodeid