Метод | Описание | |
---|---|---|
Delete ( string field, string val ) : bool | ||
Get ( string fields, string values ) : OpenSim.Data.UserAccountData[] |
Tries to implement the Get [] semantics, but it cuts corners like crazy. Specifically, it relies on the knowledge that the only Gets used are keyed on PrincipalID, Email, and FirstName+LastName.
|
|
GetUsers ( UUID scopeID, string query ) : OpenSim.Data.UserAccountData[] | ||
NullUserAccountData ( string connectionString, string realm ) : System | ||
Store ( OpenSim.Data.UserAccountData data ) : bool |
public Delete ( string field, string val ) : bool | ||
field | string | |
val | string | |
Результат | bool |
public Get ( string fields, string values ) : OpenSim.Data.UserAccountData[] | ||
fields | string | |
values | string | |
Результат | OpenSim.Data.UserAccountData[] |
public GetUsers ( UUID scopeID, string query ) : OpenSim.Data.UserAccountData[] | ||
scopeID | UUID | |
query | string | |
Результат | OpenSim.Data.UserAccountData[] |
public NullUserAccountData ( string connectionString, string realm ) : System | ||
connectionString | string | |
realm | string | |
Результат | System |
public Store ( OpenSim.Data.UserAccountData data ) : bool | ||
data | OpenSim.Data.UserAccountData | |
Результат | bool |