C# Class OpenSim.Data.MSSQL.MSSQLRegionData

A MSSQL Interface for the Region Server.
Inheritance: IRegionData
Afficher le fichier Open project: N3X15/VoxelSim

Méthodes publiques

Méthode Description
Delete ( UUID regionID ) : bool
Get ( int startX, int startY, int endX, int endY, UUID scopeID ) : List
Get ( string regionName, UUID scopeID ) : List
Get ( UUID regionID, UUID scopeID ) : RegionData
Get ( int posX, int posY, UUID scopeID ) : RegionData
GetDefaultRegions ( UUID scopeID ) : List
GetFallbackRegions ( UUID scopeID, int x, int y ) : List
GetHyperlinks ( UUID scopeID ) : List
MSSQLRegionData ( string connectionString, string realm ) : System
RunCommand ( SqlCommand cmd ) : List
SetDataItem ( UUID regionID, string item, string value ) : bool
Store ( RegionData data ) : bool

Private Methods

Méthode Description
Get ( int regionFlags, UUID scopeID ) : List

Method Details

Delete() public méthode

public Delete ( UUID regionID ) : bool
regionID UUID
Résultat bool

Get() public méthode

public Get ( int startX, int startY, int endX, int endY, UUID scopeID ) : List
startX int
startY int
endX int
endY int
scopeID UUID
Résultat List

Get() public méthode

public Get ( string regionName, UUID scopeID ) : List
regionName string
scopeID UUID
Résultat List

Get() public méthode

public Get ( UUID regionID, UUID scopeID ) : RegionData
regionID UUID
scopeID UUID
Résultat RegionData

Get() public méthode

public Get ( int posX, int posY, UUID scopeID ) : RegionData
posX int
posY int
scopeID UUID
Résultat RegionData

GetDefaultRegions() public méthode

public GetDefaultRegions ( UUID scopeID ) : List
scopeID UUID
Résultat List

GetFallbackRegions() public méthode

public GetFallbackRegions ( UUID scopeID, int x, int y ) : List
scopeID UUID
x int
y int
Résultat List

GetHyperlinks() public méthode

public GetHyperlinks ( UUID scopeID ) : List
scopeID UUID
Résultat List

MSSQLRegionData() public méthode

public MSSQLRegionData ( string connectionString, string realm ) : System
connectionString string
realm string
Résultat System

RunCommand() public méthode

public RunCommand ( SqlCommand cmd ) : List
cmd System.Data.SqlClient.SqlCommand
Résultat List

SetDataItem() public méthode

public SetDataItem ( UUID regionID, string item, string value ) : bool
regionID UUID
item string
value string
Résultat bool

Store() public méthode

public Store ( RegionData data ) : bool
data RegionData
Résultat bool