Database:Inventoryfolders

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (updated folder types)
(inventoryfolders Fields)
 
(46 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
{{Quicklinks}}
 
{{Quicklinks}}
 +
<br>
 +
<div style="background-color:#FFA500; padding:10px; padding-bottom:5px; border: 1px #FF544F solid">
 +
This is informative only and subject to changes
 +
</div>
 +
<br><br>
 +
 +
The '''inventoryfolders''' table records details concerning the avatar's inventory organisation, specifically the folders. No information about contents of the folders is in this table.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(back to [[Database Documentation]])
 
<br />
 
<br />
'''inventoryfolders''' ''Records details concerning the avatar's inventory organisation,''&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(back to [[Database Documentation]])<br />
 
specifically the folders. No information about contents of the folders is in this table.
 
<br /><br />
 
The current structure of the avatar appearance table is as follows:
 
 
<br />
 
<br />
 +
 +
== inventoryfolders Table Structure ==
 +
 +
The structure of the inventoryfolders table is as follows:
 +
<br />
 +
 
{| style="border:1px solid #ccc;"
 
{| style="border:1px solid #ccc;"
 
|- style="background:#cce;"
 
|- style="background:#cce;"
Line 16: Line 25:
 
! Extra
 
! Extra
 
|-  
 
|-  
| folderName || varchar(64) || YES ||  || NULL ||
+
| [[#folderName|folderName]] || varchar(64) || YES ||  || NULL ||
 
|- style="background:#eee;"
 
|- style="background:#eee;"
| type || smallint(6) || NO ||  || 0 ||
+
| [[#type|type]] || smallint(6) || NO ||  || 0 ||
 
|-  
 
|-  
| version || int(11) || NO ||  || 0 ||
+
| [[#version|version]] || int(11) || NO ||  || 0 ||
 
|- style="background:#eee;"
 
|- style="background:#eee;"
| folderID || char(36) || NO || PRI || 00000000-0000-0000-0000-000000000000 ||
+
| [[#folderID|folderID]] || char(36) || NO || PRI || 00000000-0000-0000-0000-000000000000 ||
 
|-  
 
|-  
| agentID || char(36) || YES || MUL || NULL ||
+
| [[#agentID|agentID]] || char(36) || YES || MUL || NULL ||
 
|- style="background:#eee;"
 
|- style="background:#eee;"
| parentFolderID || char(36) || YES || MUL || NULL ||
+
| [[#parentFolderID|parentFolderID]] || char(36) || YES || MUL || NULL ||
 
|}
 
|}
<br />
+
<br>
<br />
+
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(back to [[Database Documentation]])<br />
+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(back to [[Database Documentation]])
 +
<br>
 +
 
 
----
 
----
 +
<br>
  
'''folderName'''<br />
+
== inventoryfolders Fields ==
 +
 
 +
;<div id="folderName">'''folderName'''</div>
 
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 />
+
 
'''type'''<br />
+
<div id="type">'''type'''</div>
 
Type of inventory folder. This is a subset of enum InventoryType for folders only.  
 
Type of inventory folder. This is a subset of enum InventoryType for folders only.  
<br />
+
<br>
 +
 
 
<table>
 
<table>
<tr><td>Value</td><td>&nbsp;</td><td>Meaning</td></tr>
+
<tr><td>Value</td><td>Icon on some Viewers</td><td>Meaning</td></tr>
<tr><td>-1</td><td>&nbsp;</td><td>User Defined</td></tr>
+
<tr><td>0</td><td>http://opensimulator.org/images/folderIcons/inv_folder_texture.png</td><td>Textures</td></tr>
<tr><td>0</td><td>&nbsp;</td><td>Textures</td></tr>
+
<tr><td>1</td><td>http://opensimulator.org/images/folderIcons/inv_folder_sound.png</td><td>Sounds</td></tr>
<tr><td>1</td><td>&nbsp;</td><td>Sounds</td></tr>
+
<tr><td>2</td><td>http://opensimulator.org/images/folderIcons/inv_folder_callingcard.png</td><td>Calling Cards</td></tr>
<tr><td>2</td><td>&nbsp;</td><td>Calling Cards</td></tr>
+
<tr><td>3</td><td>http://opensimulator.org/images/folderIcons/inv_folder_landmark.png</td><td>Landmarks</td></tr>
<tr><td>3</td><td>&nbsp;</td><td>Landmarks</td></tr>
+
<tr><td>5</td><td>http://opensimulator.org/images/folderIcons/inv_folder_clothing.png</td><td>Clothing</td></tr>
<tr><td>5</td><td>&nbsp;</td><td>Clothing</td></tr>
+
<tr><td>6</td><td>http://opensimulator.org/images/folderIcons/inv_folder_object.png</td><td>Objects</td></tr>
<tr><td>6</td><td>&nbsp;</td><td>Objects</td></tr>
+
<tr><td>7</td><td>http://opensimulator.org/images/folderIcons/inv_folder_notecard.png</td><td>Notecards</td></tr>
<tr><td>7</td><td>&nbsp;</td><td>Notecards</td></tr>
+
<tr><td>8</td><td>http://opensimulator.org/images/folderIcons/inv_folder_plain_closed.png</td><td>My Inventory</td></tr>
<tr><td>8</td><td>&nbsp;</td><td>My Inventory (In OpenSimulator 0.6.x)</td></tr>
+
<tr><td>10</td><td>http://opensimulator.org/images/folderIcons/inv_folder_script.png</td><td>Scripts</td></tr>
<tr><td>9</td><td>&nbsp;</td><td>My Inventory (In OpenSimulator 0.7.x)</td></tr>
+
<tr><td>13</td><td>http://opensimulator.org/images/folderIcons/inv_folder_bodypart.png</td><td>Body Parts</td></tr>
<tr><td>10</td><td>&nbsp;</td><td>Scripts</td></tr>
+
<tr><td>14</td><td>http://opensimulator.org/images/folderIcons/inv_folder_trash.png</td><td>Trash</td></tr>
<tr><td>13</td><td>&nbsp;</td><td>Body Parts</td></tr>
+
<tr><td>15</td><td>http://opensimulator.org/images/folderIcons/inv_folder_snapshot.png</td><td>Photo Album</td></tr>
<tr><td>14</td><td>&nbsp;</td><td>Trash</td></tr>
+
<tr><td>16</td><td>http://opensimulator.org/images/folderIcons/inv_folder_lostandfound.png</td><td>Lost and Found</td></tr>
<tr><td>15</td><td>&nbsp;</td><td>Photo Album</td></tr>
+
<tr><td>20</td><td>http://opensimulator.org/images/folderIcons/inv_folder_animation.png</td><td>Animations</td></tr>
<tr><td>16</td><td>&nbsp;</td><td>Lost and Found</td></tr>
+
<tr><td>21</td><td>http://opensimulator.org/images/folderIcons/inv_folder_gesture.png</td><td>Gestures</td></tr>
<tr><td>20</td><td>&nbsp;</td><td>Animations</td></tr>
+
<tr><td>23</td><td>http://opensimulator.org/images/folderIcons/inv_folder_favorite.png</td><td>Favorites</td></tr>
<tr><td>21</td><td>&nbsp;</td><td>Gestures</td></tr>
+
<tr><td>46</td><td>http://opensimulator.org/images/folderIcons/inv_folder_outfit.png</td><td>Current Outfit</td></tr>
<tr><td>100</td><td>&nbsp;</td><td>My Suitcase</td></tr>
+
<tr><td>47</td><td>http://opensimulator.org/images/folderIcons/inv_folder_outfit.png</td><td>Outfits</td></tr>
 +
<tr><td>49</td><td>http://opensimulator.org/images/folderIcons/inv_folder_mesh.png</td><td>Meshes</td></tr>
 +
<tr><td>56</td><td>http://opensimulator.org/images/folderIcons/inv_folder_settings.png</td><td>Settings</td></tr>
 +
<tr><td>100</td><td>http://opensimulator.org/images/folderIcons/inv_folder_plain_closed.png</td><td>My Suitcase</td></tr>
 +
<tr><td></td><td></td><td> </td></tr>
 +
<tr><td>-1</td><td>http://opensimulator.org/images/folderIcons/inv_folder_plain_closed.png</td><td>Any other, user Defined</td></tr>
 +
 
 
</table>
 
</table>
<br />
+
<br>
<br />
+
'''version'''<br />
+
This item is incremented when an item is added to the folder.
+
  
 +
<div id="version">'''version'''</div>
 +
This item is incremented when an item is added to the folder.
 
NOTE: This appears to be a form of serial number that is updated when the contents of the folder is changed. A change in the number informs the viewer that it should refresh its copy of the folder contents. This needs to be verified.
 
NOTE: This appears to be a form of serial number that is updated when the contents of the folder is changed. A change in the number informs the viewer that it should refresh its copy of the folder contents. This needs to be verified.
<br />
+
<br>
<br />
+
 
'''folderID'''<br />
+
<div id="folderID">'''folderID'''</div>
 
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 />
+
 
'''agentID'''<br />
+
<div id="agentID">'''agentID'''</div>
 
Unique agent identifier - identifies the agent which owns the folder.
 
Unique agent identifier - identifies the agent which owns the folder.
<br />
+
<br>
<br />
+
 
'''parentFolderID'''<br />
+
<div id="parentFolderID">'''parentFolderID'''</div>
This identifies the parent folder that contains this folder.  Hence, it must match another inventory folders table entry which has that folderID.
+
This identifies the parent folder that contains this folder.  Hence, it must match another inventoryfolders table entry which has that folderID.
 +
 
 +
<br>
 +
 
 
----
 
----
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(back to [[Database Documentation]])<br />
+
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(back to [[Database Documentation]])
 +
<br>
  
 
[[Category:Database]]
 
[[Category:Database]]

Latest revision as of 09:05, 14 May 2022


This is informative only and subject to changes



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

[edit] inventoryfolders Table Structure

The structure of the inventoryfolders table is as follows:

Field Type Null Key Default Extra
folderName varchar(64) YES NULL
type smallint(6) NO 0
version int(11) NO 0
folderID char(36) NO PRI 00000000-0000-0000-0000-000000000000
agentID char(36) YES MUL NULL
parentFolderID char(36) YES MUL NULL


      (back to Database Documentation)



[edit] inventoryfolders Fields

folderName

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

type

Type of inventory folder. This is a subset of enum InventoryType for folders only.

ValueIcon on some ViewersMeaning
0inv_folder_texture.pngTextures
1inv_folder_sound.pngSounds
2inv_folder_callingcard.pngCalling Cards
3inv_folder_landmark.pngLandmarks
5inv_folder_clothing.pngClothing
6inv_folder_object.pngObjects
7inv_folder_notecard.pngNotecards
8inv_folder_plain_closed.pngMy Inventory
10inv_folder_script.pngScripts
13inv_folder_bodypart.pngBody Parts
14inv_folder_trash.pngTrash
15inv_folder_snapshot.pngPhoto Album
16inv_folder_lostandfound.pngLost and Found
20inv_folder_animation.pngAnimations
21inv_folder_gesture.pngGestures
23inv_folder_favorite.pngFavorites
46inv_folder_outfit.pngCurrent Outfit
47inv_folder_outfit.pngOutfits
49inv_folder_mesh.pngMeshes
56inv_folder_settings.pngSettings
100inv_folder_plain_closed.pngMy Suitcase
-1inv_folder_plain_closed.pngAny other, user Defined


version

This item is incremented when an item is added to the folder. NOTE: This appears to be a form of serial number that is updated when the contents of the folder is changed. A change in the number informs the viewer that it should refresh its copy of the folder contents. This needs to be verified.

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

This identifies the parent folder that contains this folder. Hence, it must match another inventoryfolders table entry which has that folderID.



      (back to Database Documentation)

Personal tools
General
About This Wiki