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