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

From dbscript Online Help
Jump to: navigation, search
 
(One intermediate revision 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.vlan
 
| public.vlan
|-
 
 
|}
 
|}
  
 
+
=== 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
 
| not null
 
| not null
 
|  
 
|  
| pk_vlan
 
 
|  
 
|  
|-
+
|- valign="top"
 
| vlanid
 
| vlanid
 
| integer
 
| integer
 
| not null
 
| not null
 
|  
 
|  
| pk_vlan
 
 
|  
 
|  
|-
+
|- valign="top"
 
| vlanname
 
| vlanname
 
| varchar(64)
 
| varchar(64)
Line 38: Line 34:
 
|  
 
|  
 
|  
 
|  
| vlan_vlanname_idx
+
|- valign="top"
|-
 
 
| vlantype
 
| vlantype
 
| integer
 
| integer
Line 45: Line 40:
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| vlanstatus
 
| vlanstatus
 
| integer
 
| integer
Line 52: Line 46:
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| status
 
| status
 
| char(1)
 
| char(1)
Line 59: Line 52:
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| lastpolltime
 
| lastpolltime
 
| timestamp without time zone
 
| timestamp without time zone
Line 66: Line 58:
 
|  
 
|  
 
|  
 
|  
|
 
 
|}
 
|}
  
 +
=== Primary Key ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Primary Key
 +
| '''Columns
 +
|- valign="top"
 +
| pk_vlan
 +
| nodeid, vlanid
 +
|}
 +
 +
=== Indexes ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Index
 +
| '''Type
 +
| '''Columns
  
 +
|- valign="top"
 +
| vlan_vlanname_idx
 +
|
 +
| vlanname
 +
|}
  
 +
=== 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 76: Line 89:
 
| '''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 00:40, 25 June 2010

wikibot[edit]

Table public.vlan

Columns[edit]

Column Data Type Nullable Default Description
nodeid integer not null
vlanid integer not null
vlanname varchar(64) not null
vlantype integer null
vlanstatus integer null
status char(1) not null
lastpolltime timestamp without time zone not null

Primary Key[edit]

Primary Key Columns
pk_vlan nodeid, vlanid

Indexes[edit]

Index Type Columns
vlan_vlanname_idx vlanname

Foreign Keys[edit]

Relation Column Referenced Column
public.node nodeid nodeid