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

Public Member Functions

 MySqlItemHandler (string c, string t, string m)
 
override bool Delete (string field, string val)
 
override bool Delete (string[] fields, string[] vals)
 
bool MoveItem (string id, string newParent)
 
XInventoryItem[] GetActiveGestures (UUID principalID)
 
int GetAssetPermissions (UUID principalID, UUID assetID)
 
override bool Store (XInventoryItem item)
 
- 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)
 
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 125 of file MySQLXInventoryData.cs.

Constructor & Destructor Documentation

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

Definition at line 129 of file MySQLXInventoryData.cs.

Member Function Documentation

override bool OpenSim.Data.MySQL.MySqlItemHandler.Delete ( string  field,
string  val 
)
inlinevirtual

Reimplemented from OpenSim.Data.MySQL.MySQLGenericTableHandler< T >.

Definition at line 134 of file MySQLXInventoryData.cs.

override bool OpenSim.Data.MySQL.MySqlItemHandler.Delete ( string[]  fields,
string[]  vals 
)
inlinevirtual

Reimplemented from OpenSim.Data.MySQL.MySQLGenericTableHandler< T >.

Definition at line 149 of file MySQLXInventoryData.cs.

XInventoryItem [] OpenSim.Data.MySQL.MySqlItemHandler.GetActiveGestures ( UUID  principalID)
inline

Definition at line 192 of file MySQLXInventoryData.cs.

int OpenSim.Data.MySQL.MySqlItemHandler.GetAssetPermissions ( UUID  principalID,
UUID  assetID 
)
inline

Definition at line 205 of file MySQLXInventoryData.cs.

bool OpenSim.Data.MySQL.MySqlItemHandler.MoveItem ( string  id,
string  newParent 
)
inline

Definition at line 168 of file MySQLXInventoryData.cs.

override bool OpenSim.Data.MySQL.MySqlItemHandler.Store ( XInventoryItem  item)
inline

Definition at line 235 of file MySQLXInventoryData.cs.


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