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

From dbscript Online Help
Jump to: navigation, search
Line 9: Line 9:
  
  
 +
=== 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 16:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''PK
+
| '''Description
| '''Index
 
 
 
 
|-
 
|-
Line 23: Line 23:
 
| not null
 
| not null
 
|  
 
|  
| pollresult_pkey
 
 
|  
 
|  
 
|-
 
|-
Line 31: Line 30:
 
|  
 
|  
 
|  
 
|  
| pollresults_poll_id
 
 
|-
 
|-
 
| nodeid
 
| nodeid
Line 38: Line 36:
 
|  
 
|  
 
|  
 
|  
| pollresults_service
 
 
|-
 
|-
 
| ipaddr
 
| ipaddr
Line 45: Line 42:
 
|  
 
|  
 
|  
 
|  
| pollresults_service
 
 
|-
 
|-
 
| ifindex
 
| ifindex
Line 52: Line 48:
 
|  
 
|  
 
|  
 
|  
| pollresults_service
 
 
|-
 
|-
 
| serviceid
 
| serviceid
Line 59: Line 54:
 
|  
 
|  
 
|  
 
|  
| pollresults_service
 
 
|-
 
|-
 
| statuscode
 
| statuscode
 
| integer
 
| integer
 
| null
 
| null
|
 
 
|  
 
|  
 
|  
 
|  
Line 71: Line 64:
 
| varchar(32)
 
| varchar(32)
 
| null
 
| null
|
 
 
|  
 
|  
 
|  
 
|  
Line 78: Line 70:
 
| varchar(128)
 
| varchar(128)
 
| null
 
| null
|
 
 
|  
 
|  
 
|  
 
|  
 
|}
 
|}
  
 +
=== Primary Key ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Primary Key
 +
| '''Columns
 +
|-
 +
| pollresult_pkey
 +
| id
 +
|}
  
 +
=== Indexes ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Index
 +
| '''Type
 +
| '''Columns
 +
 +
|-
 +
| pollresults_service
 +
|
 +
| nodeid, ipaddr, ifindex, serviceid
 +
|-
 +
| pollresults_poll_id
 +
|
 +
| pollid
 +
|}
  
 +
=== 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"

Revision as of 09:32, 11 February 2010

wikibot

Table public.pollresults


Columns

Column Data Type Nullable Default Description
id integer not null
pollid integer null
nodeid integer null
ipaddr varchar(16) null
ifindex integer null
serviceid integer null
statuscode integer null
statusname varchar(32) null
reason varchar(128) null

Primary Key

Primary Key Columns
pollresult_pkey id

Indexes

Index Type Columns
pollresults_service nodeid, ipaddr, ifindex, serviceid
pollresults_poll_id pollid

Foreign Keys

Relation Column Referenced Column
public.demandpolls pollid id