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

From dbscript Online Help
Jump to: navigation, search
 
(3 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.map
 
| public.map
|-
 
 
|}
 
|}
  
 
+
=== 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"
|-
 
 
| mapid
 
| mapid
 
| integer
 
| integer
 
| not null
 
| not null
 
|  
 
|  
| pk_mapid
 
 
|  
 
|  
|-
+
|- valign="top"
 
| mapname
 
| mapname
 
| varchar(40)
 
| varchar(40)
Line 31: Line 28:
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| mapbackground
 
| mapbackground
 
| varchar(256)
 
| varchar(256)
Line 38: Line 34:
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| mapowner
 
| mapowner
 
| varchar(64)
 
| varchar(64)
Line 45: Line 40:
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| mapcreatetime
 
| mapcreatetime
 
| timestamp without time zone
 
| timestamp without time zone
Line 52: Line 46:
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| mapaccess
 
| mapaccess
 
| char(6)
 
| char(6)
Line 59: Line 52:
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| userlastmodifies
 
| userlastmodifies
 
| varchar(64)
 
| varchar(64)
Line 66: Line 58:
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| lastmodifiedtime
 
| lastmodifiedtime
 
| timestamp without time zone
 
| timestamp without time zone
Line 73: Line 64:
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| mapscale
 
| mapscale
 
| double precision
 
| double precision
Line 80: Line 70:
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| mapxoffset
 
| mapxoffset
 
| integer
 
| integer
Line 87: Line 76:
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| mapyoffset
 
| mapyoffset
 
| integer
 
| integer
Line 94: Line 82:
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| maptype
 
| maptype
 
| char(1)
 
| char(1)
Line 101: Line 88:
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| mapwidth
 
| mapwidth
 
| integer
 
| integer
Line 108: Line 94:
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| mapheight
 
| mapheight
 
| integer
 
| integer
 
| 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_mapid
 +
| mapid
 +
|}
  
 
+
=== Detail Tables ===
 
{| 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 125: Line 118:
 
| '''Column
 
| '''Column
 
| '''Referencing Column
 
| '''Referencing Column
+
 
|-
+
|- valign="top"
 
| [[public.element_(table)|public.element]]
 
| [[public.element_(table)|public.element]]
 
| mapid
 
| mapid
 
| mapid
 
| mapid
 
|}
 
|}

Latest revision as of 11:25, 27 August 2011

wikibot[edit]

Table public.map

Columns[edit]

Column Data Type Nullable Default Description
mapid integer not null
mapname varchar(40) not null
mapbackground varchar(256) null
mapowner varchar(64) not null
mapcreatetime timestamp without time zone not null
mapaccess char(6) not null
userlastmodifies varchar(64) not null
lastmodifiedtime timestamp without time zone not null
mapscale double precision null
mapxoffset integer null
mapyoffset integer null
maptype char(1) null
mapwidth integer not null
mapheight integer not null

Primary Key[edit]

Primary Key Columns
pk_mapid mapid

Detail Tables[edit]

Detail Table Column Referencing Column
public.element mapid mapid