Database:Assets

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(New page: '''assets''' ''Records all assets''      (back to Database Documentation)<br>           ''including text...)
 
Line 32: Line 32:
 
<br>
 
<br>
 
<br>
 
<br>
'''SecureSessionID'''
+
'''local'''
 
<br>
 
<br>
 
For Future Use
 
For Future Use
 
<br>
 
<br>
 
<br>
 
<br>
'''agentIP'''
+
'''temporary'''
 
<br>
 
<br>
IP address of logged-in agent?<br>
+
For Future Use
Does not appear to be updated at this time
+
<br>
+
<br>
+
'''agentPort'''
+
Port the agent is connected on<br>
+
Does not appear to be updated at this time
+
<br>
+
<br>
+
'''agentOnLine'''
+
<br>
+
Status of agent (Online/Offline)<br>
+
<br>
+
<br>
+
'''loginTime'''
+
<br>
+
Time the agent logged in at
+
<br>
+
<br>
+
'''logoutTime'''
+
<br>
+
Time the agent logged out at
+
<br>
+
<br>
+
'''currentRegion'''
+
<br>
+
Region UUID for the region the av is presently resident within
+
<br>
+
<br>
+
'''currentHandle'''
+
 
<br>
 
<br>
Records the grid position of the region the av is presently resident within
 
 
<br>
 
<br>
 +
'''data'''
 +
This is the blob which contains the actual script, notecard text,<br>
 +
or binary image (texture) or other data characterized by the invType column<br>
 
<br>
 
<br>
'''currentPos'''
+
'''id'''
 
<br>
 
<br>
Records the av's current position with the region in which it is currently resident
+
UUID which uniquely identifies the asset with in the system
 
<br>
 
<br>
 
<br>
 
<br>
 
<hr>
 
<hr>
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(back to [[Database Documentation]])<br>
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(back to [[Database Documentation]])<br>

Revision as of 15:50, 22 July 2008

assets Records all assets      (back to Database Documentation)
          including textures, notecards, scripts, and avatar parts

The current structure of the assets table is as follows:

Field
TypeNullKeyDefaultExtra
 
Namevarchar(64)NONULL 
descriptionvarchar(64)NONULL
assetTypetinyint(4)NONULL
localtinyint(1)NONULL
temporarytinyint(1)NONULL
datalongblobNONULL
idchar(36)NOPRI00000000-0000-0000-0000-000000000000



      (back to Database Documentation)


name
Name of the asset as it would appear in inventory

description Asset's description field, as it appears in various client-side editing widgets

assetType
Integer which designates the asset's inventory type

local
For Future Use

temporary
For Future Use

data This is the blob which contains the actual script, notecard text,
or binary image (texture) or other data characterized by the invType column

id
UUID which uniquely identifies the asset with in the system


      (back to Database Documentation)

Personal tools
General
About This Wiki