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

From dbscript Online Help
Jump to: navigation, search
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | public.vlan |- |} {| border="1" cellpadding="5" cellspacing="0" style="borde...)
 
 
(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.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
 
| not null
 
| not null
 
|  
 
|  
| pk_vlan
 
 
|  
 
|  
|-
+
|- valign="top"
 
| vlanid
 
| vlanid
|  
+
| integer
 
| not null
 
| not null
 
|  
 
|  
| pk_vlan
 
 
|  
 
|  
|-
+
|- valign="top"
 
| vlanname
 
| vlanname
|  
+
| varchar(64)
 
| not null
 
| not null
 
|  
 
|  
 
|  
 
|  
| vlan_vlanname_idx
+
|- valign="top"
|-
 
 
| vlantype
 
| vlantype
|  
+
| integer
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| vlanstatus
 
| vlanstatus
|  
+
| integer
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| status
 
| status
|  
+
| char(1)
 
| not null
 
| not null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| lastpolltime
 
| lastpolltime
|  
+
| 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
 +
|- 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