Difference between revisions of "Public.servicemap (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 24: Line 24:
 
|  
 
|  
 
|  
 
|  
| servicemap_ipaddr_idx
 
 
|-
 
|-
 
| servicemapname
 
| servicemapname
Line 31: Line 30:
 
|  
 
|  
 
|  
 
|  
 +
|}
 +
 +
=== Indexes ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Index
 +
| '''Type
 +
| '''Columns
 +
 +
|-
 
| servicemap_name_idx
 
| servicemap_name_idx
 +
|
 +
| servicemapname
 +
|-
 +
| servicemap_ipaddr_idx
 +
|
 +
| ipaddr
 
|}
 
|}

Revision as of 09:32, 11 February 2010

wikibot

Table public.servicemap


Columns

Column Data Type Nullable Default Description
ipaddr varchar(16) not null
servicemapname varchar(32) not null

Indexes

Index Type Columns
servicemap_name_idx servicemapname
servicemap_ipaddr_idx ipaddr