Difference between revisions of "Public.servicemap (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.servicemap
 
| public.servicemap
|-
 
 
|}
 
|}
 
  
 
=== Columns ===
 
=== Columns ===
Line 17: Line 15:
 
| '''Default
 
| '''Default
 
| '''Description
 
| '''Description
+
 
|-
+
|- valign="top"
 
| ipaddr
 
| ipaddr
 
| varchar(16)
 
| varchar(16)
Line 24: Line 22:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| servicemapname
 
| servicemapname
 
| varchar(32)
 
| varchar(32)
Line 38: Line 36:
 
| '''Type
 
| '''Type
 
| '''Columns
 
| '''Columns
+
 
|-
+
|- valign="top"
 +
| servicemap_ipaddr_idx
 +
|
 +
| ipaddr
 +
|- valign="top"
 
| servicemap_name_idx
 
| servicemap_name_idx
 
|  
 
|  
 
| servicemapname
 
| servicemapname
|-
 
| servicemap_ipaddr_idx
 
|
 
| ipaddr
 
 
|}
 
|}

Latest revision as of 11:10, 27 August 2011

wikibot[edit]

Table public.servicemap

Columns[edit]

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

Indexes[edit]

Index Type Columns
servicemap_ipaddr_idx ipaddr
servicemap_name_idx servicemapname