Database:Inventoryfolders

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 20: Line 20:
  
 
'''folderName'''<br>
 
'''folderName'''<br>
<br>
 
 
Text of the folder's name as it appears in the client inventory interface
 
Text of the folder's name as it appears in the client inventory interface
 
<br>
 
<br>
 
<br>
 
<br>
 
'''type'''<br>
 
'''type'''<br>
<br>
 
 
numerically encoded inventory folder type (e.g., 'Textures', 'Scripts', or 'Objects')
 
numerically encoded inventory folder type (e.g., 'Textures', 'Scripts', or 'Objects')
 
<br>
 
<br>
Line 34: Line 32:
 
<br>
 
<br>
 
'''folderID'''<br>
 
'''folderID'''<br>
<br>
 
 
Uniquely identifies the folder. This facilitates the folder being claimed as a logical container by other folders, or the things in the inventoryitems table that are said to be 'in' the folder.
 
Uniquely identifies the folder. This facilitates the folder being claimed as a logical container by other folders, or the things in the inventoryitems table that are said to be 'in' the folder.
 
<br>
 
<br>
 
<br>
 
<br>
 
'''agentID'''<br>
 
'''agentID'''<br>
<br>
 
 
Unique agent identifier - identifies the agent which owns the folder.
 
Unique agent identifier - identifies the agent which owns the folder.
 
<br>
 
<br>

Revision as of 10:21, 23 February 2009

inventoryfolders Records details concerning the avatar's inventory organisation,      (back to Database Documentation)
specifically the folders. No information about contents of the folders is in this table.

The current structure of the avatar appearance table is as follows:

Field
TypeNullKeyDefaultExtra
 
folderNamevarchar(64)YES NULL 
typesmallint(6)NO0
versionint(11)NO0
folderIDchar(36)NOPRI00000000-0000-0000-0000-000000000000
agentIDchar(36)YESMULNULL
parentFolderIDchar(36)YESMULNULL



      (back to Database Documentation)


folderName
Text of the folder's name as it appears in the client inventory interface

type
numerically encoded inventory folder type (e.g., 'Textures', 'Scripts', or 'Objects')

version
unknown at present

folderID
Uniquely identifies the folder. This facilitates the folder being claimed as a logical container by other folders, or the things in the inventoryitems table that are said to be 'in' the folder.

agentID
Unique agent identifier - identifies the agent which owns the folder.

parentFolderID
Unique folder identifier 'claims' the folder which is said to 'contain' this one in the same fashion as things in the inventoryitems table 'claim' the folder said to 'contain' them


      (back to Database Documentation)

Personal tools
General
About This Wiki