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

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) |
An interface for connecting to the user accounts datastore
Definition at line 47 of file IUserAccountData.cs.
| bool OpenSim.Data.IUserAccountData.Delete | ( | string | field, |
| string | val | ||
| ) |
Implemented in OpenSim.Data.Null.NullUserAccountData.
| UserAccountData [] OpenSim.Data.IUserAccountData.Get | ( | string[] | fields, |
| string[] | values | ||
| ) |
Implemented in OpenSim.Data.Null.NullUserAccountData.
| 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 | ) |
Implemented in OpenSim.Data.Null.NullUserAccountData.
1.8.6