OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Protected Member Functions | Protected Attributes | List of all members
OpenSim.Data.MySQL.MySqlFramework Class Reference

A database interface class to a user profile storage system More...

Inheritance diagram for OpenSim.Data.MySQL.MySqlFramework:
Inheritance graph
[legend]

Protected Member Functions

 MySqlFramework (string connectionString)
 
int ExecuteNonQuery (MySqlCommand cmd)
 

Protected Attributes

string m_connectionString
 
object m_dbLock = new object()
 

Detailed Description

A database interface class to a user profile storage system

Definition at line 41 of file MySQLFramework.cs.

Constructor & Destructor Documentation

OpenSim.Data.MySQL.MySqlFramework.MySqlFramework ( string  connectionString)
inlineprotected

Definition at line 50 of file MySQLFramework.cs.

Member Function Documentation

int OpenSim.Data.MySQL.MySqlFramework.ExecuteNonQuery ( MySqlCommand  cmd)
inlineprotected

Definition at line 60 of file MySQLFramework.cs.

Member Data Documentation

string OpenSim.Data.MySQL.MySqlFramework.m_connectionString
protected

Definition at line 47 of file MySQLFramework.cs.

object OpenSim.Data.MySQL.MySqlFramework.m_dbLock = new object()
protected

Definition at line 48 of file MySQLFramework.cs.


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