OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
OpenSim.Data.SQLite.SQLiteGridUserData Class Reference

A SQL Interface for user grid data More...

Inheritance diagram for OpenSim.Data.SQLite.SQLiteGridUserData:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Data.SQLite.SQLiteGridUserData:
Collaboration graph
[legend]

Public Member Functions

 SQLiteGridUserData (string connectionString, string realm)
 
new GridUserData Get (string userID)
 
GridUserData[] GetAll (string userID)
 
- Public Member Functions inherited from OpenSim.Data.SQLite.SQLiteGenericTableHandler< T >
 SQLiteGenericTableHandler (string connectionString, string realm, string storeName)
 
virtual T[] Get (string field, string key)
 
virtual T[] Get (string[] fields, string[] keys)
 
virtual bool Store (T row)
 
virtual bool Delete (string field, string key)
 
virtual bool Delete (string[] fields, string[] keys)
 
- Public Member Functions inherited from OpenSim.Data.IGridUserData
bool Store (GridUserData data)
 

Additional Inherited Members

- Protected Member Functions inherited from OpenSim.Data.SQLite.SQLiteGenericTableHandler< T >
T[] DoQuery (SqliteCommand cmd)
 
- Protected Member Functions inherited from OpenSim.Data.SQLite.SQLiteFramework
 SQLiteFramework (string connectionString)
 
int ExecuteNonQuery (SqliteCommand cmd, SqliteConnection connection)
 
IDataReader ExecuteReader (SqliteCommand cmd, SqliteConnection connection)
 
- Protected Attributes inherited from OpenSim.Data.SQLite.SQLiteGenericTableHandler< T >
Dictionary< string, FieldInfo > m_Fields
 
List< string > m_ColumnNames = null
 
string m_Realm
 
FieldInfo m_DataField = null
 
- Protected Attributes inherited from OpenSim.Data.SQLite.SQLiteFramework
Object m_lockObject = new Object()
 
- Static Protected Attributes inherited from OpenSim.Data.SQLite.SQLiteGenericTableHandler< T >
static SqliteConnection m_Connection
 
- Properties inherited from OpenSim.Data.SQLite.SQLiteGenericTableHandler< T >
virtual Assembly Assembly [get]
 

Detailed Description

A SQL Interface for user grid data

Definition at line 42 of file SQLiteGridUserData.cs.

Constructor & Destructor Documentation

OpenSim.Data.SQLite.SQLiteGridUserData.SQLiteGridUserData ( string  connectionString,
string  realm 
)
inline

Definition at line 46 of file SQLiteGridUserData.cs.

Member Function Documentation

new GridUserData OpenSim.Data.SQLite.SQLiteGridUserData.Get ( string  userID)
inline

Implements OpenSim.Data.IGridUserData.

Definition at line 49 of file SQLiteGridUserData.cs.

GridUserData [] OpenSim.Data.SQLite.SQLiteGridUserData.GetAll ( string  userID)
inline

Implements OpenSim.Data.IGridUserData.

Definition at line 59 of file SQLiteGridUserData.cs.


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