29 using System.Collections.Generic;
 
   31 using System.Reflection;
 
   32 using System.Threading;
 
   35 using OpenSim.Framework;
 
   37 namespace OpenSim.Data.SQLite
 
   47             : base(connectionString, realm, 
"GridUserStore") {}
 
   61             return base.Get(String.Format(
"UserID LIKE '{0}%'", userID));
 
SQLiteGridUserData(string connectionString, string realm)
 
GridUserData[] GetAll(string userID)
 
new GridUserData Get(string userID)
 
An interface for connecting to the user grid datastore 
 
A SQL Interface for user grid data