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

From dbscript Online Help
Jump to: navigation, search
 
(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.pathoutage
 
| public.pathoutage
|-
 
 
|}
 
|}
  
 
+
=== 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
 
| integer
Line 24: Line 22:
 
|  
 
|  
 
|  
 
|  
| pathoutage_nodeid
+
|- valign="top"
|-
 
 
| criticalpathip
 
| criticalpathip
 
| varchar(16)
 
| varchar(16)
Line 31: Line 28:
 
|  
 
|  
 
|  
 
|  
| pathoutage_criticalpathip
+
|- valign="top"
|-
 
 
| criticalpathservicename
 
| criticalpathservicename
 
| varchar(32)
 
| varchar(32)
Line 38: Line 34:
 
|  
 
|  
 
|  
 
|  
| pathoutage_criticalpathservicename_idx
 
 
|}
 
|}
  
 +
=== Indexes ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Index
 +
| '''Type
 +
| '''Columns
  
 +
|- valign="top"
 +
| pathoutage_criticalpathip
 +
|
 +
| criticalpathip
 +
|- valign="top"
 +
| pathoutage_criticalpathservicename_idx
 +
|
 +
| criticalpathservicename
 +
|- valign="top"
 +
| pathoutage_nodeid
 +
|
 +
| nodeid
 +
|}
  
 +
=== 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 48: 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