OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
OpenSim.Data.IUserAccountData Interface Reference

An interface for connecting to the user accounts datastore More...

Inheritance diagram for OpenSim.Data.IUserAccountData:
Inheritance graph
[legend]

Public Member Functions

UserAccountData[] Get (string[] fields, string[] values)
 
bool Store (UserAccountData data)
 
bool Delete (string field, string val)
 
UserAccountData[] GetUsers (UUID scopeID, string query)
 
UserAccountData[] GetUsersWhere (UUID scopeID, string where)
 

Detailed Description

An interface for connecting to the user accounts datastore

Definition at line 47 of file IUserAccountData.cs.

Member Function Documentation

bool OpenSim.Data.IUserAccountData.Delete ( string  field,
string  val 
)
UserAccountData [] OpenSim.Data.IUserAccountData.Get ( string[]  fields,
string[]  values 
)
UserAccountData [] OpenSim.Data.IUserAccountData.GetUsers ( UUID  scopeID,
string  query 
)
UserAccountData [] OpenSim.Data.IUserAccountData.GetUsersWhere ( UUID  scopeID,
string  where 
)
bool OpenSim.Data.IUserAccountData.Store ( UserAccountData  data)

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