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

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

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

Protected Member Functions

 SQLiteFramework (string connectionString)
 
int ExecuteNonQuery (SqliteCommand cmd, SqliteConnection connection)
 
IDataReader ExecuteReader (SqliteCommand cmd, SqliteConnection connection)
 

Protected Attributes

Object m_lockObject = new Object()
 

Detailed Description

A database interface class to a user profile storage system

Definition at line 45 of file SQLiteFramework.cs.

Constructor & Destructor Documentation

OpenSim.Data.SQLite.SQLiteFramework.SQLiteFramework ( string  connectionString)
inlineprotected

Definition at line 49 of file SQLiteFramework.cs.

Member Function Documentation

int OpenSim.Data.SQLite.SQLiteFramework.ExecuteNonQuery ( SqliteCommand  cmd,
SqliteConnection  connection 
)
inlineprotected

Definition at line 60 of file SQLiteFramework.cs.

IDataReader OpenSim.Data.SQLite.SQLiteFramework.ExecuteReader ( SqliteCommand  cmd,
SqliteConnection  connection 
)
inlineprotected

Definition at line 78 of file SQLiteFramework.cs.

Member Data Documentation

Object OpenSim.Data.SQLite.SQLiteFramework.m_lockObject = new Object()
protected

Definition at line 47 of file SQLiteFramework.cs.


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