OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
OpenSim.Data.MySQL.MySqlFolderHandler Class Reference
Inheritance diagram for OpenSim.Data.MySQL.MySqlFolderHandler:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Data.MySQL.MySqlFolderHandler:
Collaboration graph
[legend]

Public Member Functions

 MySqlFolderHandler (string c, string t, string m)
 
bool MoveFolder (string id, string newParentFolderID)
 
override bool Store (XInventoryFolder folder)
 
- Public Member Functions inherited from OpenSim.Data.MySQL.MySqlInventoryHandler< T >
 MySqlInventoryHandler (string c, string t, string m)
 
- Public Member Functions inherited from OpenSim.Data.MySQL.MySQLGenericTableHandler< T >
 MySQLGenericTableHandler (string connectionString, string realm, string storeName)
 
virtual T[] Get (string field, string key)
 
virtual T[] Get (string[] fields, string[] keys)
 
virtual T[] Get (string where)
 
virtual bool Store (T row)
 
virtual bool Delete (string field, string key)
 
virtual bool Delete (string[] fields, string[] keys)
 
long GetCount (string field, string key)
 
long GetCount (string[] fields, string[] keys)
 
long GetCount (string where)
 
object DoQueryScalar (MySqlCommand cmd)
 

Additional Inherited Members

- Protected Member Functions inherited from OpenSim.Data.MySQL.MySqlInventoryHandler< T >
bool IncrementFolderVersion (UUID folderID)
 
bool IncrementFolderVersion (string folderID)
 
- Protected Member Functions inherited from OpenSim.Data.MySQL.MySQLGenericTableHandler< T >
T[] DoQuery (MySqlCommand cmd)
 
- Protected Member Functions inherited from OpenSim.Data.MySQL.MySqlFramework
 MySqlFramework (string connectionString)
 
int ExecuteNonQuery (MySqlCommand cmd)
 
- Protected Attributes inherited from OpenSim.Data.MySQL.MySQLGenericTableHandler< T >
Dictionary< string, FieldInfo > m_Fields
 
List< string > m_ColumnNames = null
 
string m_Realm
 
FieldInfo m_DataField = null
 
- Protected Attributes inherited from OpenSim.Data.MySQL.MySqlFramework
string m_connectionString
 
object m_dbLock = new object()
 
- Properties inherited from OpenSim.Data.MySQL.MySQLGenericTableHandler< T >
virtual Assembly Assembly [get]
 

Detailed Description

Definition at line 246 of file MySQLXInventoryData.cs.

Constructor & Destructor Documentation

OpenSim.Data.MySQL.MySqlFolderHandler.MySqlFolderHandler ( string  c,
string  t,
string  m 
)
inline

Definition at line 250 of file MySQLXInventoryData.cs.

Member Function Documentation

bool OpenSim.Data.MySQL.MySqlFolderHandler.MoveFolder ( string  id,
string  newParentFolderID 
)
inline

Definition at line 255 of file MySQLXInventoryData.cs.

override bool OpenSim.Data.MySQL.MySqlFolderHandler.Store ( XInventoryFolder  folder)
inline

Definition at line 282 of file MySQLXInventoryData.cs.


The documentation for this class was generated from the following file: