Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
Initialise ( string connectionString ) : void | ||
LoadLandObjects ( UUID regionUUID ) : List |
||
LoadObjects ( UUID regionID ) : List |
||
LoadRegionSettings ( UUID regionUUID ) : OpenSim.Framework.RegionSettings | ||
LoadRegionWindlightSettings ( UUID regionUUID ) : |
||
LoadTerrain ( UUID regionID ) : ].double[ | ||
MySQLSimulationData ( ) : System | ||
MySQLSimulationData ( string connectionString ) : System | ||
RemoveLandObject ( UUID globalID ) : void | ||
RemoveObject ( UUID obj, UUID regionUUID ) : void | ||
Shutdown ( ) : void | ||
StoreLandObject ( ILandObject parcel ) : void | ||
StoreObject ( |
||
StorePrimInventory ( UUID primID, ICollection |
||
StoreRegionSettings ( OpenSim.Framework.RegionSettings rs ) : void | ||
StoreRegionWindlightSettings ( |
||
StoreTerrain ( double ter, UUID regionID ) : void |
Méthode | Description | |
---|---|---|
BuildItem ( IDataReader row ) : |
Build a prim inventory item from the persisted data.
|
|
BuildLandAccessData ( IDataReader row ) : |
|
|
BuildLandData ( IDataReader row ) : |
|
|
BuildPrim ( IDataReader row ) : |
||
BuildRegionSettings ( IDataReader row ) : OpenSim.Framework.RegionSettings | ||
BuildShape ( IDataReader row ) : OpenSim.Framework.PrimitiveBaseShape |
|
|
ExecuteNonQuery ( |
||
ExecuteReader ( |
||
FillItemCommand ( |
|
|
FillLandAccessCommand ( |
|
|
FillLandCommand ( |
|
|
FillPrimCommand ( |
Fill the prim command with prim values
|
|
FillRegionSettingsCommand ( |
|
|
FillShapeCommand ( |
|
|
LoadItems ( |
Load in a prim's persisted inventory.
|
|
RemoveItems ( List |
Remove all persisted items for a list of prims The caller must acquire the necessrary synchronization locks
|
|
RemoveItems ( UUID uuid ) : void |
Remove all persisted items of the given prim. The caller must acquire the necessrary synchronization locks
|
|
RemoveShapes ( List |
Remove all persisted shapes for a list of prims The caller must acquire the necessrary synchronization locks
|
|
SerializeTerrain ( double val ) : |
|
public Initialise ( string connectionString ) : void | ||
connectionString | string | |
Résultat | void |
public LoadLandObjects ( UUID regionUUID ) : List |
||
regionUUID | UUID | |
Résultat | List |
public LoadObjects ( UUID regionID ) : List |
||
regionID | UUID | |
Résultat | List |
public LoadRegionSettings ( UUID regionUUID ) : OpenSim.Framework.RegionSettings | ||
regionUUID | UUID | |
Résultat | OpenSim.Framework.RegionSettings |
public LoadRegionWindlightSettings ( UUID regionUUID ) : |
||
regionUUID | UUID | |
Résultat |
public LoadTerrain ( UUID regionID ) : ].double[ | ||
regionID | UUID | |
Résultat | ].double[ |
public MySQLSimulationData ( string connectionString ) : System | ||
connectionString | string | |
Résultat | System |
public RemoveLandObject ( UUID globalID ) : void | ||
globalID | UUID | |
Résultat | void |
public RemoveObject ( UUID obj, UUID regionUUID ) : void | ||
obj | UUID | |
regionUUID | UUID | |
Résultat | void |
public StoreLandObject ( ILandObject parcel ) : void | ||
parcel | ILandObject | |
Résultat | void |
public StoreObject ( |
||
obj | ||
regionUUID | UUID | |
Résultat | void |
public StorePrimInventory ( UUID primID, ICollection |
||
primID | UUID | |
items | ICollection |
|
Résultat | void |
public StoreRegionSettings ( OpenSim.Framework.RegionSettings rs ) : void | ||
rs | OpenSim.Framework.RegionSettings | |
Résultat | void |
public StoreRegionWindlightSettings ( |
||
wl | ||
Résultat | void |
public StoreTerrain ( double ter, UUID regionID ) : void | ||
ter | double | |
regionID | UUID | |
Résultat | void |