Land (database table)

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 +
__NOTOC__
 +
{{Template:Quicklinks}}
 +
<br />
 +
 
[[Category:Database]]
 
[[Category:Database]]
  

Revision as of 13:51, 21 May 2009


Estate Managers Records managers of estates       (back to Database Documentation)

The current structure of the Land table is as follows:

Field
TypeNullKeyDefaultExtra
 
UUIDvarchar(255)NOPRI
RegionUUIDvarchar(255)YES
LocalLandIDint(11)YES
bitmaplongblobYES
Namevarchar(255)YES
Descriptionvarchar(255)YES
OwnerUUIDvarchar(255)YES
IsGroupOwnedint(11)YES
Areaint(11)YES
AuctionIDint(11)YES
Categoryint(11)YES
ClaimDateint(11)YES
ClaimPriceint(11)YES
GroupUUIDvarchar(255)YES
SalePriceint(11)YES
LandStatusint(11)YES
LandFlagsint(11)YES
MediaAutoScaleint(11)YES
MediaTextureUUIDvarchar(255)YES
MediaURLvarchar(255)YES
MUSICURLvarchar(255)YES
PasshoursfloatYES
PassPriceint(11)YES
SnapshotUUIDvarchar(255)YES
UserLocationXint(11)YES
UserLocationYint(11)YES
UserLocationZint(11)YES
UserLookAtXint(11)YES
UserLookAtYint(11)YES
UserLookAtZint(11)YES
AuthBuyerIDvarchar(255)NO00000000-0000-0000-0000-000000000000
OtherCleanTimeint(11)NO
Dwellint(11)NO


      (back to Database Documentation)


UUID
The unique ID of the Land Parcel.

RegionUUID
The UUID of the region containing this land parcel.

LocalLandID
To be identified.

Bitmap
To be identified.

Name
The name of this land parcel.

Description
A description of this land parcel.

OwnerUUID
The UUID of the user who owns this land parcel.

IsGroupOwned
To be identified.

Area
To be identified.

AuctionID
To be identified.

Category
To be identified.

ClaimDate
To be identified.

ClaimPrice
To be identified.

GroupUUID
To be identified when Groups are implemented.

SalePrice
If the land is for sale this is the price asked.

LandStatus
To be identified.

LandFlags
To be identified.

LandingType
To be identified.

MediaAutoScale
To be identified.

MediaTextureUUID
To be identified.

MediaURL
The URL of the Media station to be played in this land.

MusicURL
The URL of the Music station to be played in this land.

Passhours
The length of time that a pass to his parcel is valid.

PassPrice
The cost of a pass to this parcel.

SnapshotUUID
The UUID (key) on the asset table of a picture of this parcel.

UserLocationX
To be identified.

UserLocationY
To be identified.

UserLocationZ
To be identified.

UserLookAtX
To be identified.

UserLookAtY
To be identified.

UserLookAtZ
To be identified.

AuthBuyID
The UUID of the User authorised to buy this land.

OtherCleanTime
To be identified.

Dwell
To be identified.


      (back to Database Documentation)

Personal tools
General
About This Wiki