29 using System.Collections.Generic;
31 using System.Reflection;
32 using System.Threading;
35 using OpenSim.Framework;
37 namespace OpenSim.Data.PGSQL
48 base(connectionString, realm,
"GridUserStore")
64 return base.Get(String.Format(
"\"UserID\" LIKE '{0}%'", userID));
new GridUserData Get(string userID)
A PGSQL Interface for Avatar Storage
An interface for connecting to the user grid datastore
PGSQLGridUserData(string connectionString, string realm)
GridUserData[] GetAll(string userID)