Difference between revisions of "Public.datalinkinterface (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
 
|  
 
|  
| pk_datalinkinterface
+
|  
| dlint_node_idx
 
 
|-
 
|-
 
| ifindex
 
| ifindex
Line 30: Line 29:
 
| not null
 
| not null
 
|  
 
|  
| pk_datalinkinterface
 
 
|  
 
|  
 
|-
 
|-
Line 38: Line 36:
 
|  
 
|  
 
|  
 
|  
| dlint_nodeparent_idxdlint_nodeparent_paifindex_idx
 
 
|-
 
|-
 
| parentifindex
 
| parentifindex
Line 45: Line 42:
 
|  
 
|  
 
|  
 
|  
| dlint_nodeparent_paifindex_idx
 
 
|-
 
|-
 
| status
 
| status
 
| char(1)
 
| char(1)
 
| not null
 
| not null
|
 
 
|  
 
|  
 
|  
 
|  
Line 57: Line 52:
 
| timestamp without time zone
 
| 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
 +
|-
 +
| pk_datalinkinterface
 +
| nodeid, ifindex
 +
|}
  
 +
=== Indexes ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Index
 +
| '''Type
 +
| '''Columns
 +
 +
|-
 +
| dlint_nodeparent_idx
 +
|
 +
| nodeparentid
 +
|-
 +
| dlint_node_idx
 +
|
 +
| nodeid
 +
|-
 +
| dlint_nodeparent_paifindex_idx
 +
|
 +
| nodeparentid, parentifindex
 +
|}
  
 +
=== 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:31, 11 February 2010

wikibot

Table public.datalinkinterface


Columns

Column Data Type Nullable Default Description
nodeid integer not null
ifindex integer not null
nodeparentid integer not null
parentifindex integer not null
status char(1) not null
lastpolltime timestamp without time zone not null

Primary Key

Primary Key Columns
pk_datalinkinterface nodeid, ifindex

Indexes

Index Type Columns
dlint_nodeparent_idx nodeparentid
dlint_node_idx nodeid
dlint_nodeparent_paifindex_idx nodeparentid, parentifindex

Foreign Keys

Relation Column Referenced Column
public.node nodeid nodeid
public.node nodeparentid nodeid